Translator

singleton class for localization

Members

Properties

usedKeys
string[] usedKeys [@property getter]

Static functions

getKeysUsage
const(KeyUsage[][string]) getKeysUsage()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
wstring opIndex(string str)

get traslation in current localization

reloadLocalizations
void reloadLocalizations()
setDictionaryLoader
void setDictionaryLoader(DictionaryLoader dl)
setLocalization
void setLocalization(string lang)
store
void store()

store used keys by DictionaryLoader

Meta