> For the complete documentation index, see [llms.txt](https://frytinhass-organization.gitbook.io/fries-library/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frytinhass-organization.gitbook.io/fries-library/c++/custom-improvements.md).

# Custom Improvements

Maybe the plugin doesn't meet all your needs, so with that in mind, here's a guide on how to add some things you might need.

## Fries Library | Input | Key

Go to Plugins/FriesLibrary Content/FriesLibrary/Data/Inputs and open DT\_InputKeys

<figure><img src="https://3660154777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffndnow8x0egZ9syV8lv9%2Fuploads%2FExCBeFIQMFRD7OjdB6Zy%2Fimage.png?alt=media&amp;token=728e528a-170c-4ad1-8554-38dc57c9c7a8" alt=""><figcaption></figcaption></figure>

Add other row with custom names, key and image.

<figure><img src="https://3660154777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffndnow8x0egZ9syV8lv9%2Fuploads%2F300tHfUCTAWKLnKduDg7%2Fimage.png?alt=media&amp;token=a07ecb6b-9f09-4010-a884-440e745d87d8" alt=""><figcaption></figcaption></figure>

## Fries Library | Internationalization

<details>

<summary>Step 1: Go to FriesLibraryTypes.h</summary>

![](https://3660154777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffndnow8x0egZ9syV8lv9%2Fuploads%2FpJmlkRm2vOk2z9vKsn9H%2Fimage.png?alt=media\&token=8191c042-f7ea-4b8b-84e2-ec108026c59a)

</details>

<details>

<summary>Step 2: Find EFlLanguages</summary>

You can add other languages ​​anywhere within EFlLanguages, like the example below.

<img src="https://3660154777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffndnow8x0egZ9syV8lv9%2Fuploads%2Fi25Sl0dHf6Uzzb66rfz7%2Fimage.png?alt=media&amp;token=1f327ae3-0be9-43e7-959e-3908742856f5" alt="" data-size="original">

</details>

<details>

<summary>Step 3: Go to FriesLibraryBPLibrary.cpp</summary>

After this, now go to FriesLibraryBPLibrary.cpp\
![](https://3660154777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffndnow8x0egZ9syV8lv9%2Fuploads%2FH2SyCXcQ3TO4sAlMNAbj%2Fimage.png?alt=media\&token=341f82ea-5e99-4ea9-8de9-31285f00def1)

</details>

<details>

<summary>Step 4: Find GetLanguage() and SetLanguage() function</summary>

![](https://3660154777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffndnow8x0egZ9syV8lv9%2Fuploads%2FMG4B6LdEpih18XaImIND%2Fimage.png?alt=media\&token=71fd82d8-eb2c-4fef-8f9b-4b357a51f476)

And add the language you want, how the image below\
![](https://3660154777-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ffndnow8x0egZ9syV8lv9%2Fuploads%2FBNm7SYv9NjC5i89k3RwE%2Fimage.png?alt=media\&token=7c317de0-2866-4516-9dc9-6dc9ef0132c2)

</details>
