I am using Chinese in my app. I have made a Localizable.string file in English and one in Chinese.
I am doing it OK, and everything is working fine, but there are some string responses from the server. How can I convert them?
For example, "Account not found" comes from the server. How can I show it in Chinese in the app, because it is not defined in Localizable.string?
I could use an 'if' condition to check the response, but what do I do if the server can respond in several several different ways?
If something is not clear from my question, then please ask in the comments. I will be pleased to clarify the question.
Thank you