In info settings my IOS project I try to add languages for localizations app, but see just Chinese, English, French, German, Italian, Japanese and Korean. How to add other languages?
2 Answers
0
votes
I have tried this successfully using other way, dont know if this is helpful for you .
I have created resource file with for desired language . That was basically a JSON file with key as some key and value as its translated version.Then as per the setting fetched the desired json from the resource and rendered the value against key .