User Tools

Site Tools


admin_menu:languages:changing_languages_client_side

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
admin_menu:languages:changing_languages_client_side [2008/12/29 16:22]
jonyo
admin_menu:languages:changing_languages_client_side [2014/09/25 16:55] (current)
Line 1: Line 1:
 ====== Changing Languages on the client side ====== ====== Changing Languages on the client side ======
  
-The built in language choice page rests at **index.php?a=21** like so: +This tutorial has been moved to our [[startup_tutorial_and_checklist:feature_configuration:multi_language_setup:changing_languages_on_client_side|configuration and setup section here]]
- +
- <nowiki>http://www.example.com/</nowiki>**index.php?a=21** +
- +
- +
-You will see the language choice form allowing the client to choose the language they wish to see the site in.  When the client comes to this page their currently chosen language will NOT be automatically selected in the language choice dropdown displayed on that page. +
- +
-You can also create links that will change the language for you instead of pushing the client through the language choice form. These can be placed directly in your html design.  Find the id of the language you wish to change to within the language admin tool. The default language that comes with your installation is "1" and cannot be removed from the site. All other languages added after that obtain their own id. For example to change to language id 3 you can use a link like that below. +
- +
-<code html> +
-http://www.example.com/index.php?set_language_cookie=3 +
- +
-or  +
- +
-index.php?set_language_cookie=3 +
-</code> +
- +
-Change the "3" to the language id of the language you wish to change to and you should be able to use this as a "language" link within your templates (enterprise only) or html to change the language the site is displayed in with one click.+
admin_menu/languages/changing_languages_client_side.1230567775.txt.gz · Last modified: 2014/09/25 16:55 (external edit)