Language switcher frontend

From Joomla! Documentation

Language switcher Joomla 1.6[edit]

Reference from: [1]

It has been decided that 1.6 would not be fully multilingual, i.e. it would not be a replacement for Joomfish where each item has its equivalent. Was also decided to have a language Switcher (specially to use on frontpage) to display the items tagged for a specific language (Articles, categories, modules, ..)

The idea[edit]

The Switcher would, if also present on other pages than the Home, redirect to the home page and display these items. To get this, language fields have been created in the db and an interface in the UI where the items can be tagged. The Language Manager has 2 parts (Tabs):

  1. Listing site and admin languages available (installed) on the site. Same function as in 1.5.
  2. A Content part specifically designed to use for the language tagging/assign.


This "Content" part, if used, lets designate a language (even if it is not yet installed) to populate the lists proposed for all Language fields tagging in the UI. The idea is that,

  1. if the site language is present AND
  2. the same language is designated as a "Content" language AND published,
    ---> then the Switcher will display that language as a choice and ONLY the items tagged for that language.

This lets user prepare a complete set of items assigned to a specific language without even installing that language. Then release it when ready. A non-registered user should get a cookie and a registered user should get its user's language params changed on the fly.

Tutorial is available here: http://docs.joomla.org/Language_Switcher_Tutorial_for_Joomla_1.6