Gets the Format provider as Culture info from stored language or current culture

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

Syntax

C#
protected CultureInfo FormatProvider { get; }
Visual Basic
Protected ReadOnly Property FormatProvider As CultureInfo
	Get

Field Value

An CultureInfo

See Also