Difference between revisions of "Language switcher frontend"

From Joomla! Documentation

(Remove 1.6 and 1.7 tags and add 3.1)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{version|2.5,3.1}}
 
{{version|2.5,3.1}}
 
==Language switcher==
 
==Language switcher==
Reference from: [http://groups.google.com/group/joomla-dev-cms/browse_thread/thread/3a84e3c0004404d3]
+
Reference from: [http://groups.google.com/group/joomla-dev-cms/browse_thread/thread/3a84e3c0004404d3 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, ..)  
 
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, ..)  
Line 27: Line 27:
 
Tutorial is available here: [[Language_Switcher_Tutorial|Language Switcher Tutorial]]
 
Tutorial is available here: [[Language_Switcher_Tutorial|Language Switcher Tutorial]]
  
[[Category:Dev_cookie_jar]]
 
 
[[Category: Languages]]
 
[[Category: Languages]]
 
[[Category:Specifications]]
 
[[Category:Specifications]]
 
[[Category:Specifications Version 1.6]]
 
[[Category:Specifications Version 1.6]]

Latest revision as of 07:42, 13 June 2013

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