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()
Public Function GetLocale As String
public:
virtual String^ GetLocale() sealed
Return Value
Type:
Stringa Platform::String^, ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc..
See Also