google-code-export / kv-webme

Automatically exported from code.google.com/p/kv-webme
1 stars 0 forks source link

Language selector #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to add the possibility for the end-user to choose between 
the available languages?

It could be a widget with these 2 choices:

Dropdown:
http://drupal.org/project/lang_dropdown
http://picasion.com/ (without hover - activation only by click)

List:
http://multilingual-joomla-demo.cloudaccess.net/

Both solutions would require the possibility to use icons in order to look good.

Original issue reported on code.google.com by Christof...@gmail.com on 13 Dec 2011 at 9:58

GoogleCodeExporter commented 9 years ago
accepted. in the meantime, you can use links. if you add ?__LANG=en (or da or 
whatever), it will change the session language

Original comment by kae.verens@gmail.com on 13 Dec 2011 at 10:01

GoogleCodeExporter commented 9 years ago
first case is done.

{{LANGUAGES}} will create a <ul> list of language links. it has a class, 
"languages".

doing the second case now.

Original comment by kae.verens@gmail.com on 21 Dec 2011 at 11:52

GoogleCodeExporter commented 9 years ago
done.

second version is {{LANGUAGES type="selectbox"}}

Original comment by kae.verens@gmail.com on 22 Dec 2011 at 12:09