elgg-plugin language_selector
Provides a selector for users to easily change the language
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
Language selector
, (*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
.
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
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