3
votes

I'm new to android and I'm developing an app in Farsi.

Farsi characters are not shown correctly in android 2.2 and 2.3. The characters are shown separately This link solves the problem for the code

How to support Arabic text in Android?

But I don't know how to fix the problem in android manifest.xml for the app name. Thanks in advance guys.

1
can i ask you why you insist on supporting those two old versions? there are a few phones even in iran that run on those versions. instead of solving this issue i suggest you put your minSDKVersion on API 11 or higher.Milad Faridnia
I ended up doing so :)Tina
you've done the right thing ;)Milad Faridnia

1 Answers

1
votes

Use the Farsi class introduced in that link and generate your application name and store it in a file. Then open that file and copy the generated text and paste it in manifest.xml.

Also you can generate your app name in your android code and get it in debug mode, copy it and paste in manifest.xml.