Home All Groups Group Topic Archive Search About

Getting input in Multi Laguage

Author
28 May 2009 12:52 PM
Rishi
We are developing one web site with multi language support. The content of
the web-site is also dynamic, the user will decide the content and he can
change when ever he want. So I need to get inputs in multi languages through
Master forms. The input language can be selected at the time of giving input.
And the same to be stored in DB. I already got some idea to store multi
language data in to database. If anybody have an idea how to get inputs in
selected language pls reply us. Our development is fully based on only asp.

Thank You

Rishi

Author
28 May 2009 1:57 PM
Evertjan.
=?Utf-8?B?UmlzaGk=?= wrote on 28 mei 2009 in
microsoft.public.inetserver.asp.general:

> We are developing one web site with multi language support. The
> content of the web-site is also dynamic, the user will decide the
> content and he can change when ever he want. So I need to get inputs
> in multi languages through Master forms. The input language can be
> selected at the time of giving input. And the same to be stored in DB.
> I already got some idea to store multi language data in to database.

Good.

> If anybody have an idea how to get inputs in selected language pls
> reply us. 

Would this do?

<input name='answer'>
<% = getStringFromDatabase("Please-answer-in-your-selected-language") %>
<br>

> Our development is fully based on only asp.

You will need to develop HTML too, meseems.


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Are all your drivers up to date? click for free checkup

Author
29 May 2009 6:01 AM
Rishi
Thanks for your reply.

I know that customization to be done in html particularly in <INPUT>. But i
don't know how to do this. Can u help?

Thanks again..

Show quoteHide quote
"Evertjan." wrote:

> =?Utf-8?B?UmlzaGk=?= wrote on 28 mei 2009 in
> microsoft.public.inetserver.asp.general:
>
> > We are developing one web site with multi language support. The
> > content of the web-site is also dynamic, the user will decide the
> > content and he can change when ever he want. So I need to get inputs
> > in multi languages through Master forms. The input language can be
> > selected at the time of giving input. And the same to be stored in DB.
> > I already got some idea to store multi language data in to database.
>
> Good.
>
> > If anybody have an idea how to get inputs in selected language pls
> > reply us. 
>
> Would this do?
>
> <input name='answer'>
> <% = getStringFromDatabase("Please-answer-in-your-selected-language") %>
> <br>
>
> > Our development is fully based on only asp.
>
> You will need to develop HTML too, meseems.
>
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)
>
Author
29 May 2009 12:30 PM
Bob Barrows
For html and css help, check out one or more of the groups resulting
from this search:
http://groups.google.com/groups/dir?sel=33584039

Rishi wrote:
Show quoteHide quote
> Thanks for your reply.
>
> I know that customization to be done in html particularly in <INPUT>.
> But i don't know how to do this. Can u help?
>
> Thanks again..


--
HTH,
Bob Barrows

Bookmark and Share