loadLanguageFile

Loads a language file for i18n use. The format of the file must be like shown in the example:

static if(isWeb)
void
loadLanguageFile
(,)

Parameters

languageName string

The name of the language.

languageFile string

The file for the localization content.

Examples

MESSAGE_KEY=SINGLE-LINE MESSAGE

...

MESSAGE_KEY:
MULTI-LINE
MESSAGE
;

Meta