StoreLocalizationOptionsCultureName Property  | 
 Gets the culture.
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "cultureName", EmitDefaultValue = false)]
public string? CultureName { get; set; }<DataMemberAttribute(Name := "cultureName", EmitDefaultValue := false)>
Public Property CultureName As String
	Get
	Set
public:
[DataMemberAttribute(Name = L"cultureName", EmitDefaultValue = false)]
property String^ CultureName {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute(Name = "cultureName", EmitDefaultValue = false)>]
member CultureName : string with get, set
Property Value
Type: 
StringThe culture.
See Also