I18n.loadLocale

Loads locale from JSON file

class I18n
static
void
loadLocale
(
string path
)

Parameters

path string

Path to the JSON locale

Throws

FileException if the file doesn`t exsists I18nException if was given incorrect locale file

Meta