Translate My App To Hungarian
I develop an application in english and for a client, i must to translate some text in hungarian. I've got a menu.xml files in values folder and i create a new menu.xml in values-
Solution 1:
change the preferences in eclipse - Window->Preferences->XML->XML Files
EDIT (Actual solution): This is because the android font doesn't support these characters. You can try register your own font and set it to your textviews. I think I had this kind of problem and I ended up with a CustomTextView where the TextView is created with custom Typeface
Post a Comment for "Translate My App To Hungarian"