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);
        }