Page 1 of 1
how to develop website in hindi
Posted: Fri Nov 06, 2009 4:09 am
by nehrav
Hi frndz,
May be, this question have been asked earlier also. I want to develop a website in hindi but don't know from where I should start.
anybody have better idea.....
Re: how to develop website in hindi
Posted: Fri Nov 06, 2009 9:55 am
by pickle
Aside from the tags themselves (<strong><body>, etc), a webpage doesn't have to be in English. The text you display to the use can be in any language.
Re: how to develop website in hindi
Posted: Tue Nov 10, 2009 6:02 am
by nehrav
ok, I got it, how to display hindi in simple HTML page but above this.
I want values in my input fields of form to be filled in hindi.
Now how to do that??.........

Re: how to develop website in hindi
Posted: Tue Nov 10, 2009 10:30 am
by Apollo
Same as you would do in English (or Klingon, for that matter). Except just type Hindi content
Try this:
Code: Select all
<input type='text' name='very_important_field' value='हैलो'>
Re: how to develop website in hindi
Posted: Wed Nov 11, 2009 6:39 am
by nehrav
you are getting me wrong, I dont want default value in hindi. I want
values entered in text field to be displayed in hindi.......

Re: how to develop website in hindi
Posted: Wed Nov 11, 2009 7:04 am
by jackpf
ha
Re: how to develop website in hindi
Posted: Wed Nov 11, 2009 10:58 am
by Apollo
nehrav wrote:you are getting me wrong, I dont want default value in hindi. I want
values entered in text field to be displayed in hindi.......

Well, that's even easier.. try this:
Code: Select all
Hello dear visitor, please type something in Hindi here: <input type='text' name='message_from_user'>
Of course, the user needs to be visiting your site with a browser (and running an OS) that supports Hindi characters.
Re: how to develop website in hindi
Posted: Tue Dec 01, 2009 6:58 am
by mrvijayakumar
Re: how to develop website in hindi
Posted: Tue Dec 01, 2009 7:33 am
by manojsemwal1
can we use .EOT for present data in any language.
Re: how to develop website in hindi
Posted: Tue Dec 01, 2009 8:05 am
by mrvijayakumar
I am not that much beware of .EOT fonts, These EOT fonts are designed by Microsoft. So, it will not works in Linux OS. So, better to follow my previous post. Previous answer of mines will be more flexible for all browsers.
Re: how to develop website in hindi
Posted: Mon Sep 16, 2013 10:37 am
by Christopher
You should be able to use UTF8 for this. Make sure your HTML character set, database encoding and any PHP library (e.g. database or output escaping) you use are set to UTF8.
Re: how to develop website in hindi
Posted: Fri Sep 20, 2013 5:33 am
by priyankagound
Try this one.
For get font in hindi you have to do something like this.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="hi" />
<title>Hindi Text Example</title>
</head>
<body>
कैसे हो?
</body>
</html>
Re: how to develop website in hindi
Posted: Wed Aug 13, 2014 7:06 am
by kanwal22
very good hindi site i want to build hindi name website
Re: how to develop website in hindi
Posted: Fri Nov 21, 2014 12:37 am
by Darrel
This is not difficult, you should add content in Hindi,...