Namespace for the functions of the JavaScript interface for internationalization and localization.
More...
Namespace for the functions of the JavaScript interface for internationalization and localization.
This namespace defines JavaScript interfaces to functions defined in L10n and related helper functions.
- See also
- http://trac.wildfiregames.com/wiki/Internationalization_and_Localization
◆ FormatMillisecondsIntoDateStringGMT()
std::string JSI_L10n::FormatMillisecondsIntoDateStringGMT |
( |
UDate |
milliseconds, |
|
|
const std::string & |
formatString |
|
) |
| |
◆ FormatMillisecondsIntoDateStringLocal()
std::string JSI_L10n::FormatMillisecondsIntoDateStringLocal |
( |
UDate |
milliseconds, |
|
|
const std::string & |
formatString |
|
) |
| |
◆ L10nGetter()
◆ RegisterScriptFunctions()
void JSI_L10n::RegisterScriptFunctions |
( |
const ScriptRequest & |
rq | ) |
|
Registers the functions of the JavaScript interface for internationalization and localization into the specified JavaScript context.
- Parameters
-
- See also
- GuiScriptingInit()
◆ TranslateArray()
std::vector< std::string > JSI_L10n::TranslateArray |
( |
const std::vector< std::string > & |
sourceArray | ) |
|