gbrainy.Clients.WebForms.TranslationsWeb.SetContext C# (CSharp) 메소드

SetContext() 개인적인 메소드

private SetContext ( string code ) : void
code string
리턴 void
        void SetContext(string code)
        {
            string langcode = LanguageSupport.GetFromCode (code).LocaleLanguage;
            Environment.SetEnvironmentVariable ("LANGUAGE", langcode);
            Init ("gbrainy", Defines.LOCALE_DIR);
        }