Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello sir..
I want to create an application in which i want to give user the facility of entering data in marathi language.My application is in marathi so how to set label name,button text is in marathi..?
How the characters typed in textbox will be displayed in marathi..?
How to store the values in database entered in text box(which are in marathi)..?
Posted

I'm tired to repeat: there is not such thing as Marathi font!

There are Unicode scripts, which are not fonts as well. Marathi is written in Devanagari (http://en.wikipedia.org/wiki/Devanāgarī[^]) and Modi (http://en.wikipedia.org/wiki/Modi_script[^]).

Devanagari in not a Hindi or Marathi script; it is used in several most used Indian languages and also — importantly — Sanskrit.

Second thing is: there is no such thing as Devanagari, Latin, Cyrillic font as well. Every font support its own sub-range of Unicode code points.

Modi a historical script and is only under its way to Unicode standard, but Devanagari script is readily available, its Unicode code point range is 0x0901 to 0x0979. You can run standard "Character Map" application to see which fonts support Devanagari. All systems usually have at least one preinstalled font supporting Devanagari, as this script is very important. I know "Arial Unicode MS".

Sagarkadam, how come I know these very simple and basic facts but you don't? You probably live and work in India and work with Indian language(s), but I've never been to India and never worked with any Indian languages. I think you should know better then I do. In my opinion, respect to the culture of your own country is important.

—SA
 
Share this answer
 
Comments
Espen Harlinn 15-Mar-11 11:43am    
Right - my 5
Sergey Alexandrovich Kryukov 15-Mar-11 12:56pm    
Answering questions, you learn so much...
Thank you.
--SA
Make sure Marathi font is installed on your system and change the regional settings to Marathi,
Set the culture to Marathi in your application.


You should be ready to go!
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 14-Mar-11 13:41pm    
Abhinav! There is not such thing as Marathi font, not even Devanagari (which is aright term)!
Please see my Answer. Why so many Indian developers ignore basic cultural facts related to computing?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900