08-09-2012 02:41 AM
Hi,
I want to display the text in my application in hindi . how i can do this so that every client can use my application in
hindi ....
08-09-2012 04:08 AM
There are already a number of similar Threads on the forum, however it seems most of them are not marked as solved so perhaps they have not actually worked.
But search for Hindi and you should find some of them.
I must admit that I have never tried to install a Hindi font, but I have tried to install other Fonts and developed this:
I think this approach will work for you. You just need to include a Hindi font in your application, and install it at start up time if it is not already installed. The only restriction is the font must less than 90 K.
A similar approach is discussed here:
http://bbindia.net/blog/2011/09/07/how-to-install-
Have a look for the comment made by Vishal Singh Rawat.
08-09-2012 08:41 AM
Progress on this questin in this Thread:
08-11-2012 04:49 AM
Hi,
I get the data from server in bytes and want to dispaly the same data in HIndi......
Please suggest how i can do this...
08-11-2012 05:36 AM
08-11-2012 08:12 AM
I assume you do not have a networking issue. Can you please confirm that you are getting the bytes back from the Server OK?
If you are, then I think the Thread I referenced above does contain the answer to your question. I would suggest you look specifically at this Post:
if that does not answer your question, then please let us know. Perhaps you could describe what you are doing and what results you are seeing that are not what you expect.
08-13-2012 05:19 AM
Hi ,
is there any font that convert english to hindi..
e.g in LabelField i have set the text "Ashish" but i want it dispaly in hindi.....
08-13-2012 06:42 AM
I am confused by this request. Are you saying that you can do a one for one conversion of the Latin characters to Hindi characters? That is not possible with most languages that I am aware off, so you have to translate the text, rather than convert the characters.
Remember that a Font is just a way of displaying a characters. So by changing a Font, you change the look of a character on display - that is all.
if there is a one to one conversion possible, then perhaps thee Fonts that were used by the Original Poster on this Thread:
May help you. You could ask him.
If however you do need to translate, then a previous post on this Thread directed you to a translation service I think.
Hope this helps.