[ic] Locale - how do users change from one to another?

Rene Hertell interchange-users@lists.akopia.com
Tue Jul 31 03:57:00 2001


> What code do I need to allow users to select from 1 of the 2 currencies I
> have in my site?

Make a links like this:

<a href="[area process/locale/en_US/page/index]">English</a>
<a href="[area process/locale/de_DE/page/index]">Deutsh</a>

René