ClientLauncher.Locales.Locales C# (CSharp) Method

Locales() public method

public Locales ( string strCurrentLocale ) : System
strCurrentLocale string
return System
        public Locales(string strCurrentLocale)
        {
            //set the specified one as default
            _CurrentLocale = strCurrentLocale;

            //load all the different locales
            LoadLocales();
        }

Same methods

Locales::Locales ( ) : System