|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Getting input in Multi LaguageWe 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 =?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 Good.> 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 Would this do?> reply us. <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) 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) > 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
Other interesting topics
create and send a form server side
How to host a site on a closed network Clueless in 80040e31 land Validation of viewstate MAC failed. II6 -> II7 with classic ASP string encryption How to Check if Dynamic Form field exists in access table Data is not getting exported to Excel from Internet Explorer Large Bitmask Operation Learning ASP question... |
|||||||||||||||||||||||