How to Set Locale for Aspose.PDF
Contents
[
Hide
]
The Aspose.PDF for Java library cannot support locales with specific combination language-country (such as “en-KR”). But a feature for setting classical locale for Aspose.PDF is present in the API and can be used by calling com.aspose.pdf.LocaleOptions.setLocale() method.
Following code snippet shows how to set locale using Aspose.PDF for Java: