I am stuck at two things.
- I need to convert my android app from English to two other languages(let's say Urdu and Telugu).
- And also convert the data which is coming from backend. Sometimes I get the Urdu language from backend and show it in the same language in my app also but my app is showing QUESTION MARKS.
so for 1: is there any library I can use to convert the whole application into another language by a single click or creating strings.xml for all languages only the solution?
for 2: How to show the backend data into the desired language from the app?
someone, please help