3

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.

Community
  • 1
  • 1
Fatima
  • 869
  • 10
  • 35

1 Answers1

1

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.

Bob
  • 22,810
  • 38
  • 143
  • 225
  • Then I will have search issues cause users cannot search properly in Android Markets. But as it seems what u say i the only solution for one who insists on it (+1). I finally ended up using English name. Tnx 4 your reply. – Fatima Sep 01 '14 at 10:58