Localization
Mobile SDK will automatically pick device preselected language. You can override this behavior by providing your specified locale by calling
Kevin.setLocale()
.Keep in mind, that SDK supports only language locales listed below, so in case of unsupported locale, the default English (
en
) will be used.- English (en)
- Bulgarian (bg)
- Czech (cs)
- Danish (da)
- German (de)
- Greek (el)
- Spanish (es)
- Estonian (et)
- Finnish (fi)
- French (fr)
- Hungarian (hu)
- Icelandic (is)
- Italian (it)
- Lithuanian (lt)
- Latvian (lv)
- Dutch (nl)
- Norwegian (no)
- Polish (pl)
- Portuguese (pt)
- Romanian (ro)
- Russian (ru)
- Slovak (sk)
- Slovenian (sl)
- Swedish (sv)
Embedded translations could be overridden or new translations could be added manually. To do so, add
strings.xml
file with translations to your application's corresponding resources folder, e.x., your_app/src/main/res/values-lt/strings.xml
.Last modified 26d ago