Sitecore 5.1.1 API

Settings.ClientLanguage Property

Gets the default client language.

[Visual Basic]
Public Shared ReadOnly Property ClientLanguage As String
[C#]
public static string ClientLanguage {get;}

Property Value

Default value: "en"

Remarks

Determines the language of the user interface in the Sitecore client.

This setting will be ignored if a specific client language has been specified for the user (in the user settings).

See Also

Settings Class | Sitecore.Configuration Namespace