we have an app for iPhone and Android. And we would like to internationalize this app.
Are there some good ways / strategies to manage text resources for both plattforms – android and iPhone, which you use?
Thank you in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Since usually translators like to have their texts in excel sheets, you basically have two options:
1) have an exporter for android and one for iPhone that export the excel data to the native supported iPhone/Android strings (.strings and .xml files )
2) do not use the native formats and always export the files into the same custom format and do everything on your own in app.
I usually go for option 1