Gets or sets the Culture Name for text formatting. Default is en-US. Other sample values: de-DE, es-ES, etc. Any value supported by .NET CultureInfo class.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public string CultureName { get; set; } |
Visual Basic |
---|
Public Property CultureName As String
Get
Set |
Visual C++ |
---|
public:
property String^ CultureName {
String^ get ();
void set (String^ value);
} |
Property Value
Type:
StringSee Also