DateTimeFormatCulture Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets the culture. The name of the culture to use when sorting the list. If no culture is specified the culture of the system is used. The culture must be one of the names specified by the .NET CultureInfo class, for example \"en-us\" or \"sv\". Specifying a culture can be very valuable when making a web site that is ment for several cultures since different cultures uses different date format.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

[TypeConverterAttribute(typeof(CustomCultureInfoConverter))]
public CultureInfo Culture { get; set; }

Property Value

Type: CultureInfo
The culture.
See Also

Reference