Class GlobalizationSettings
Strongly typed access to the root globalization element in web.config.
Inheritance
System.Object
GlobalizationSettings
Namespace: EPiServer.Globalization.Internal
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public static class GlobalizationSettings : Object
Properties
CultureLanguageCode
Gets or sets the culture language code in web.config.
Declaration
public static string CultureLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
The UI culture language code. |