2017 © Pedro Peláez
 

elgg-plugin language_selector

Provides a selector for users to easily change the language

image

coldtrick/language_selector

Provides a selector for users to easily change the language

  • Monday, December 12, 2016
  • by jeabakker
  • Repository
  • 1 Watchers
  • 3 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 1 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

Language selector

Build Status Scrutinizer Code Quality Latest Stable Version License, (*1)

Provides a language_selector view to use in your themes. If you are using a default theme, there is an admin option to extend the header with the language selector. Check the admin settings of the plugin for things to configure., (*2)

Features

  • language_selector/default view to use in themes
  • handles translation preferences for logged in (user preferences) AND non logged in users (cookies)
  • incorporated autodetection of browser language (only for non logged in users)
  • language selector display country codes or flags

Notes

  • To add a language selector in a custom position, use elgg_view('language_selector/default')
  • To display a language selector with a dropdown, use elgg_view('language_selector/dropdown')
  • To add a custom language icon or replace an existing one, add an image file (svg, jpg, png, gif) in your plugin under /views/default/language_selector/flags/$language_code.$ext.

The Versions

12/12 2016

dev-master

9999999-dev

Provides a selector for users to easily change the language

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

plugin i18n elgg

12/12 2016

v3.0

3.0.0.0

Provides a selector for users to easily change the language

  Sources   Download

GPL-2.0

The Requires

 

The Development Requires

plugin i18n elgg