defaultLocale

Setups current locale name. If empty string is passed to getdtext then default locale will be taken. *

  1. void defaultLocale(string locale)
    void
    defaultLocale
    @property
    (
    string locale
    )
  2. string defaultLocale()

Examples

defaultLocale = "ru_RU";
defaultLocale = BASE_LOCALE;

Meta