ClientLauncher.Locales.Locales C# (CSharp) Method

Locales() public method

public Locales ( ) : System
return System
        public Locales()
        {
            //set the english one as default
            _CurrentLocale = "en-gb";

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

Same methods

Locales::Locales ( string strCurrentLocale ) : System