I have two questions about localization. First, can I control which strings should to be localized and which shouldn't be? I asked this question since it complains when some strings are not set to be localized in class TextView and Button (at least I noticed). I don't believe I have to localize strings like '1024' or '80x25'. Why I cannot set them to be non-localized?
The second question is how to sync the original strings.xml with all localized strings.xml? That is, if the original strings.xml is updated, how to update all the localized strings.xml? (yes, I'm asking a tool like Gettext's msgmerge ) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---