ClientLauncher.Locales.Locales C# (CSharp) 메소드

Locales() 공개 메소드

public Locales ( ) : System
리턴 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