Sitecore 5.1.1 API

Context.ContentLanguage Property

Gets the language used by the client to display content.

[Visual Basic]
Public Shared ReadOnly Property ContentLanguage As Language
[C#]
public static Globalization.Language ContentLanguage {get;}

Remarks

This property specifies the language which the client displays content in by default.

Normally this property is only accessed from within the client.

The value is specified in the Sites section in the web.config.

See Also

Context Class | Sitecore Namespace