Click here to Skip to main content
15,914,642 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I wan develop a web project which has many data entry from and that project should be in Marathi
(local language in India),so which font should i use for label,textbox
Posted

You can use any font which complies to Unicode standards.

Save your work in .aspx files and .cs .vb files in unicode compliance format. use save As.

send the data to database preceding by N ex : N'data'. This will cause data in database to save in unicode format.

use resources files for bilingual options.

you can check the locale of the incoming request and can change the default language based on that.
 
Share this answer
 
Comments
dhiraj mane 3-Dec-13 4:50am    
That's Work for Label what for the Textbox ... how it convert into selected language
vishaljindal 3-Dec-13 8:27am    
hi, each language is placed at particular location in the Unicode chart.

first you have to configure the keyboard at the client system to be able to input the required language from control panel - Region and language option.

The text box should by default accept any character which it got using keyboard.

One more thing you can do is to only enable the entry of local language set using java script.

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