Localization Strings All-In-One List

What are Localization Strings?
A Localization String is a text string which when read by the game will fetch specified HUD/Menu messages, etc. in whichever language you are running the game in.

Why use them?
Display Names in .xtbl files are intended to use Localization Strings. However, it is often possible to use non-localized text. Doing this eats into the game's memory allowance for non-localized text characters, and when this is exceeded, the game crashes. Localization Strings do not encroach on this memory limit, thus using them increases compatibility with both the game and other mods.

Why has this list been put together?
Localization Strings are located in multiple different files, which each have different intended use cases. The intended Localization String .xtbl file will be specified in the TableDescription of the file you are modifying. But in fact, ANY Localization String recognised by the game can be used (including Map Icons). This list was made to get them all in one place, making it easier to find something that works for your needs.

It should be noted that it is possible to create your own Localization Strings using these tools. But as of writing, I have not attempted this. The files I've included in this list are taken from GotR, if they are available.

If anyone notices a Localization String .xtbl file I've missed out from this list, please let me know and I'll add it in.
 

Attachments

Back
Top