MailPrinterCultureName 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
Syntax
public string CultureName { get; set; }

Property Value

Type: String
A string that represents the current culture.

Implements

IPrintSettingsProviderCultureName
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