I18n.loadLocales

Loads all locales from the folder (non recursive)

class I18n
static
void
loadLocales
(
string path
)

Parameters

path string

Path to the folder for loading

Throws

FileException if cannot read a file with the locale I18nException if was found an incorrect locale file

Meta