creator.core.i18n

Undocumented in source.

Members

Functions

incLocaleCurrentName
string incLocaleCurrentName()

Gets the current selected locale human name

incLocaleGetEntries
TLEntry[] incLocaleGetEntries()

Returns the locale list

incLocaleGetEntryFor
TLEntry* incLocaleGetEntryFor(string code)

Get locale entry for a code

incLocaleInit
void incLocaleInit()

Initialize translations

incLocaleSet
void incLocaleSet(string code)

Sets the locale for the application

Structs

TLEntry
struct TLEntry

Entry in the translations table

Meta