IPrintSettingsProviderCultureName Property |
Gets or sets the culture name in the format
languagecode2-country/regioncode2.
Namespace:
Aspose.Email.Printing
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxstring CultureName { get; set; }
Property CultureName As String
Get
Set
property String^ CultureName {
String^ get ();
void set (String^ value);
}
abstract CultureName : string with get, set
Property Value
Type:
StringA string that represents the current culture.
Remarks
languagecode2 is a lowercase two-letter code derived from ISO 639-1.
country/regioncode2 is derived from ISO 3166
and usually consists of two uppercase letters.
See Also