Click or drag to resize

OfficeToPDFOptionsGetLocale Method

Gets the value Locale from the options object ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetLocale()

Return Value

Type: String
a Platform::String^, ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc..
See Also