gbrainy.Clients.WebForms.TranslationsWeb.SetContext C# (CSharp) Méthode

SetContext() private méthode

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