akhil0706
New user

Posts: 7
|
hello,
Can anybody help me to display hindi characters on emulator by reading from a file?? please tell me how to store the file and how shud i read it???I just wanted to print lines in some other langage than english..pleasse help
Thank YOu
|
|
|
|
|
Logged
|
|
|
|
mr_lou
J2me god
    
Posts: 1340

|
Welcome to the forum. The typical way of achieving this is to use bitmap fonts. You have to draw the hindi characters and save them as a png file, then code your own method to draw text using the characters from that png file. You might also be able to find such bitmaps online.
|
|
|
|
|
Logged
|
|
|
|
akhil0706
New user

Posts: 7
|
but if it is a huge file then converting all that to bitfont is difficult job right? ??so is ther any other way???by using unicode
|
|
|
|
|
Logged
|
|
|
|
mr_lou
J2me god
    
Posts: 1340

|
I don't think there is another way. Mobile phones doesn't have all those character sets.
|
|
|
|
|
Logged
|
|
|
|
nilanchala
New user

Posts: 21

Nilanchala
|
Can do it by LWUIT. using L10n API... Group all your strings and localize them using LWUIT Resource Editor.. Once you are done with then load it and use in your app..
|
|
|
|
|
Logged
|
|
|
|
akhil0706
New user

Posts: 7
|
anybody out ther please help me on this..still im not able to solve this problem....
|
|
|
|
|
Logged
|
|
|
|