Gets/sets the language to be used, e.g. for date format

Namespace: DotNetNuke.Services.Tokens
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Language { get; set; }
Visual Basic
Public Property Language As String
	Get
	Set

Field Value

A string, representing the locale

See Also