SDK Locale
Setting the Locale
The SDK will automatically use the current locale of your user's device, however, you can override it with the following method.
Luciq.setLocale(Locale("de"))Luciq.setLocale(new Locale("de"));Here are the possible languages.
Locale("en")
Locale("ar")
Locale("az")
Locale("ca")
Locale("ca","ES")
Locale("cs")
Locale("da")
Locale("de")
Locale("es")
Locale("fa")
Locale("fi")
Locale("fr")
Locale("hu")
Locale("in")
Locale("it")
Locale("ja")
Locale("ko")
Locale("nl")
Locale("pl")
Locale("pt","BR")
Locale("pt","PT")
Locale("ru")
Locale("sk")
Locale("sv")
Locale("tr")
Locale("zh","CN")
Locale("zh","TW")Dashboard Language
At the moment, the Luciq dashboard only supports English. Changing the SDK locale will not change the language of your dashboard.
Overriding String Values
You can also override each string shown in the SDK individually using the following method.
Here are the possible keys.
Last updated