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
Syntaxpublic string CultureName { get; set; }
Public Property CultureName As String
Get
Set
public:
virtual property String^ CultureName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract CultureName : string with get, set
override CultureName : string with get, set
Property Value
Type:
StringA 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