Android Strings -
I wrote a big app in the code with thousands of strings ... very bad idea, because now I want to translate It takes a long time to copy all strings to string strings .... big strings.
Eclipse has an option to pick all the selected strings and put them in messages. Properties
Does this work as similar strings .xml? Why, all people use strings. Xml.
Or should I use Eclipse to separate the string and copy them into string.xml?
All people are using strings.xml because this is the common way of doing so on Android.
You can see the document here:
BTW, you can easily make your conversion string after extraction. Eclipse generated file in the xml file.
Comments
Post a Comment