CultureName Property (DataEngine)
Gets or sets the culture name used when element names are populated with values such as dates.
Syntax
'Declaration Public Property CultureName As String
'Usage Dim instance As DataEngine Dim value As String instance.CultureName = value value = instance.CultureName
public string CultureName {get; set;}
Remarks
See the CultureInfo class for possible names of a culture.
Example
Chart.CultureName = "en-GB";
Chart.CultureName = "en-GB"
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also