Gets the text value bypassing localization.

Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string TextNonLocalized { get; }
Visual Basic
Public ReadOnly Property TextNonLocalized As String
	Get

Field Value

The text value of the list entry item as it was set originally.

See Also