Dear Friends,
I have a website where contents come from database dynamically.I want that website should be in Hindi.All the controls, Heading every captions should be in Hindi.I have searched it on the Google but did not get any satisfactory solution.
Thanks
Loading

Sudheer KumarPosted Oct 29, 2013, 11:16 AM
Deepak VermaPosted Oct 30, 2013, 2:11 AM
https://developers.google.com/translate/v2/getting_started
Here, you get support for many languages. But It charges $20 for each 1 Million characters to Translate/Detect your text language. It may reduces your headache of duplicate entry of data in database/resource files for different languages.
Deepak VermaPosted Oct 30, 2013, 1:59 AM
http://indiatyping.com/images/indiatyping/mangal%20font.rar
You can also choose another one simply search for "Hindi Fonts" in google.
Once you install them in your machine. You'll be able to use it immediately.
For a website, note that not all your clients' machines have this font installed. So they can have difficulties to read your web page. To get rid from this. The use of 'font-face' is recommended in CSS.
Rajeev KumarPosted Oct 30, 2013, 1:42 AM
Rajeev KumarPosted Oct 30, 2013, 1:38 AM
Sanjay KumarPosted Oct 29, 2013, 8:04 AM
http://www.codeproject.com/Articles/334820/Using-Globalization-and-Localization-in-ASP-NET
http://www.dotnetfunda.com/codes/show/5008/how-to-store-information-about-a-users-locale-in-aspnet
http://www.c-sharpcorner.com/UploadFile/deepak.sharma00/changing-uiculture-of-master-and-content-pages-on-button-cli/
Santosh KumarPosted Oct 29, 2013, 7:59 AM
http://www.codeproject.com/Tips/355776/Create-Multi-Language-Web-Site-in-ASP-NET
Mahesh ChandPosted Oct 29, 2013, 7:51 AM