12 Oct
2001
12 Oct
'01
11:14 a.m.
Bülent Aldemir wrote:
hi tim,
do you have a small example for your
product?
thank you
buelent
Make a DTML Document with the following DTML: <dtml-var standard_html_header> <dtml-var content> <dtml-var standard_html_footer> and add properties: en__content: text = This is some English content. fr__content: text = C'est le content francais. Now view the document with your browser set to english and then set to french. Pretty neat, eh? You can also set a cookie called 'language' to the appropriate code. This assumes that 'fr' and 'en' are in the available languages list in __init__.py (which they are by default). Cheers, Tim -- Tim McLaughlin iterationZERO - www.iterationzero.com 703.481.2233
8942
Age (days ago)
8942
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tim McLaughlin