Class GlobalizationSettings
Strongly typed access to the root globalization element in web.config.
Inheritance
System.Object
GlobalizationSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Globalization
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public static class GlobalizationSettings
Properties
CultureLanguageCode
Gets or sets the culture language code in web.config.
Declaration
public static string CultureLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The culture language code. |
UICultureLanguageCode
Gets or sets the UI culture language code in web.config.
Declaration
public static string UICultureLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UI culture language code. |