Kotlin app internationalization and localization
Kotlin is a statically typed programming language for modern multiplatform applications. 100% interoperable with Java and Android, it now supports JavaScript and native with LLVM (including iOS). It was developed by JetBrains in 2011, and designed to be a new language for the Java Virtual Machine (JVM) that can compile quickly.
- Created by
- JetBrains
- Released
- February 15, 2016
- Links
-
https://kotlinlang.org
Wikipedia
🔗Kotlin applications are usually translated these file formats
🔗Related Platforms
🔗Best way to localize a Kotlin app
The first step is to extract the text to translate into language files. This process is called internationalization. You can use the built-in librairies to do that.
Once you have internationalized your Kotlin app, use a translation software localization tool such as WebTranslateIt to manage your localization workflow.
It is easy to translate a Kotlin app with WebTranslateIt. Create a project, upload your source language file in the File Manager and translate it on the Translation Interface.
The tools included in WebTranslateIt, such as Batch Operations, the Translation Memory or Machine Translation can help you translate that file automatically, faster and cost effectively.
🔗Links of interest
- WebTranslateIt’s CLI to help sync language files.
- edwardsCam/i18nliner-kt I18n made simple - for Kotlin! (still in beta)
Do you know an interesting library for that platform? Have you found an error? Let us know at support@webtranslateit.com