Localization
GUI localization.
Classes
-
HString— String handle. -
HEString— Helper class used for constructing HStrings that references the engine string table. -
StringTable— Used for string localization. -
StringTableManager— Manages string tables used for localizing text.
Enums
-
Language— A set of all languages that localized strings can be translated to.
Free functions
GetStringTableManager
StringTableManager &GetStringTableManager()
Provides easier access to StringTableManager.
Internal
Symbols intended for engine-internal use. Not part of the public API.
Structs
-
LocalizedStringData— Internal data used for representing a localized string instance. for example a specific instance of a localized string using specific parameters. -
LocalizedStringData::ParamOffset -
LanguageData— Data for a single language in the string table.