Language switcher frontend

From Joomla! Documentation

Revision as of 07:42, 13 June 2013 by Tom Hutchison (talk | contribs) (removed Category:Dev cookie jar using HotCat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Language switcher[edit]

Reference from: Google mail list thread.

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.

Joomla 1.7 is introducing the possibility to associate menu items in different languages, thus redirecting via the switcher to the associated menu item, if parametered this way.

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: Language Switcher Tutorial