What changes do we need to make to support a multilingual app in Android using Kotlin?
Loading
What changes do we need to make to support a multilingual app in Android using Kotlin?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gaurav KumarPosted May 26, 2025, 8:45 AM
You need to modify your string resource file for each of language.
Raveena AttriPosted May 26, 2025, 10:16 AM
Use
strings.xmlfor all text.Create separate
values-xxfolders for each language.Avoid hardcoded strings.