Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
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.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.