Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Hayfa Khan   on Sep 15 In Java Category.

  
Question Answered By: Velma Adams   on Sep 15

I found an application  
on j2me.blogfa.com named patchedFontME.
This application solved my problem  on SonyEricsson
mobiles but the problem is still exist in some other
mobiles like Nokia.

Your solution  is suitable for Canvas but I want to use
Farsi (Persian) text  inside standard components like
Alert, List, ChoiceGroup and so forth. These components
just get a String object as their argument. What should
I do? I am using j2me  Polish 2.1.1.

My code:

//#style mainScreen
screen = new List(Locale.get("menu.title"), List.IMPLICIT);

//#style mainCommand
screen.append(Locale.get("menu.start"), null);

Locale.get("...") returns a Java String object.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on J2me polish and Farsi text problem Or get search suggestion and latest updates.


Tagged: