Localization
By default, the application’s localization is inherited from the OS. To set the language independently of the system locale, use the following property at startup:
DocReader.shared.languageLocaleCode = "es-ES"
[RGLDocReader shared].languageLocaleCode = @"es-ES";
DocumentReader.Instance().locale = "es-ES"
DocumentReader.Instance().locale = "es-ES";
DocumentReader.instance.locale = "es-ES";
DocumentReader.setLocale("es-ES", _ => { }, _ => { })
DocumentReader.setLocale("es-ES")
DocumentReader.setLocale("es-ES", function (m) { }, function (e) { })
// Android
DocumentReader.Instance().Locale = "es-ES";
// iOS
RGLDocReader.Shared.LanguageLocaleCode = "es-ES";
To navigate to the detailed localization guides, pick the platform of interest:
Document Reader SDK supports the following languages:
Language | Language ID |
---|---|
Arabic | ar |
Armenian | hy |
Bangla | bn |
Czech | cs |
Danish | da |
German | de |
Greek | el |
English | en |
Spanish | es |
Finnish | fi |
French | fr |
Hebrew | he |
Hindi | hi |
Croatian | hr |
Hungarian | hu |
Indonesian | id |
Italian | it |
Japanese | ja |
Korean | ko |
Kyrgyz | ky |
Malay | ms |
Norwegian | nb |
Dutch | nl |
Polish | pl |
Portuguese | pt |
Romanian | ro |
Russian | ru |
Slovak | sk |
Swedish | sv |
Thai | th |
Turkish | tr |
Ukrainian | uk |
Uzbek | uz |
Vietnamese | vi |
Chinese Simplified | zh-Hans |