|
Hi all,
I have a little problem with a
multi-language website.
See this sample:
<@ASSIGN user$Lang
"DE">
.
.
<@IF
"@@user$lang='UK'">
<@ASSIGN TextChoose "Choose before the number of passengers"> <@ELSEIF "@@user$lang='DE'"> <@ASSIGN TextChoose value="W�hlen sie zuerst die Anzahl der Passagieren aus" encoding=none> <@ELSE> <@ASSIGN TextChoose "E<@SQ> necessario in inserire prima i passeggeri"> </@IF> .
.
<script language=_javascript_> alert('<@VAR TextChoose encoding=_javascript_>'); </script>
If the language is deutch (lang='DE') the windows
builds with "alert()" is "Wählen ....
etc"
I choosed this alternative
method :
alert(unscape('<@VAR TextChoose
encoding=URL>'));
But is there another witango method
?
Is There a "switch/case like C" method that i don't know ?
Thanks
Best regards
Giorgio ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf |
Witango-Talk: multi-language website
Ferr� A&T - Giorgio Tassistro Wed, 04 Feb 2004 02:18:59 -0800
- RE: Witango-Talk: multi-language website Ferr� A&T - Giorgio Tassistro
- RE: Witango-Talk: multi-language we... Dave Shelley
- Re: Witango-Talk: multi-languag... Ferr� A&T - Giorgio Tassistro
- Re: Witango-Talk: multi-lan... Scott Cadillac
- Re: Witango-Talk: multi... Ferr� A&T - Giorgio Tassistro
- RE: Witango-Talk: ... Ben Johansen
- Re: Witango-Ta... Christian Platt
- Re: Witang... Ferr� A&T - Giorgio Tassistro
- Re: Witango-Talk: multi-lan... Fergal Donlon
- Re: Witango-Talk: multi... Ferr� A&T - Giorgio Tassistro
- Re: Witango-Talk: ... [EMAIL PROTECTED]
