Fatima
Fatima

Reputation: 869

Farsi app_name doesn't show correctly in android 2.2 and 2.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.

Upvotes: 3

Views: 298

Answers (1)

Bob
Bob

Reputation: 23010

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.

Upvotes: 1

Related Questions