I’m encountering a peculiar issue with my Android app that supports two languages, where certain text remains in English even when the app is set to Turkish language. I’ve tested the app on multiple devices, and it displays correctly in Turkish on most devices. However, when I tested it on a Samsung M31 device, I noticed that some text remains in English. Has anyone else come across this issue and knows how to solve it?
For example:
string.xml (english)
<string name="walk">Walk</string>
string.xml (turkish)
<string name="walk">Yürümek</string>
Is this related to SDK version?
Shiyaam is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.