Click or drag to resize
IPreviewFeatureCultureName Property
Gets the culture name in the format languagecode2-country/regioncode2.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
string CultureName { get; }

Property Value

Type: String
The culture name in the format languagecode2-country/regioncode2, if preview information with culture is available; otherwise, null.
See Also