Localization
Classes:
class
Provides the code necessary to handle the low level management of the string tables for localization.
Functions
int
Gets the primary LangTable used by the game.
void
setCoreLangTable(string lgTable)
Sets the primary LangTable used by the game.
Detailed Description
Functions
getCoreLangTable()
Gets the primary LangTable used by the game.
return:
ID of the core LangTable
setCoreLangTable(string lgTable)
Sets the primary LangTable used by the game.
Parameters:
ID of the core LangTable |