OfficeToPDFOptionsSetLocale Method |
Sets the value for Locale in 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 OfficeToPDFOptions SetLocale(
string value
)
Public Function SetLocale (
value As String
) As OfficeToPDFOptions
public:
virtual OfficeToPDFOptions^ SetLocale(
[InAttribute] String^ value
) sealed
function SetLocale(value);
Parameters
- value
- Type: SystemString
ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc.
Return Value
Type:
OfficeToPDFOptions[Missing <returns> documentation for "M:pdftron.PDF.OfficeToPDFOptions.SetLocale(System.String)"]
See Also