Cara Mengatur Lokal untuk Aspose.PDF
Contents
[
Hide
]
Pustaka Aspose.PDF untuk Java tidak dapat mendukung lokal dengan kombinasi bahasa-negara tertentu (seperti “en-KR”). Namun, fitur untuk mengatur lokal klasik untuk Aspose.PDF hadir dalam API dan dapat digunakan dengan memanggil metode com.aspose.pdf.LocaleOptions.setLocale().
Cuplikan kode berikut menunjukkan cara mengatur lokal menggunakan Aspose.PDF untuk Java:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For complete examples and data files, please go to https://github.com/aspose-pdf/Aspose.Pdf-for-Java | |
com.aspose.pdf.LocaleOptions.setLocale(java.util.Locale.FRANCE); |