>
Download This Plugin | |
Download Elegant Themes | |
Name | Lilith Glocalization |
Version | 1.0 |
Author | William Top |
Rating | 0 |
Last updated | 2014-01-15 05:12:00 |
Downloads |
101
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Lilith Glocalization plugin added 5 kB of resources to the Home page and 5 kB of resources to the sample Post page.
Lilith Glocalization plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Lilith Glocalization plugin ads no tables to your Wordpress blog database.Lilith Glocalization supports two methods.
<div id="hello"> <p class="g11n-lang-fr g11n-content g11n-hidden">Bonjour tout le monde !</p> <p class="g11n-lang-fallback g11n-content g11n-show">Hello world!</p> </div>
The script detects the language of the browser to load the page and show the translation without user intervention. We can also buid language switcher.
"fr" ("g11n-lang-fr") corresponds to the target language. The code of a target language must correspond to ISO 639-1. "fallback" is the default language: it appears if the content of the target language is not available.
<p id="hello" class="translate-g11n" data-g11n-fr="Bonjour tout le monde !">Hello world!</p>
"fr" ("data-g11n-fr") corresponds to the target language.
You can see a demonstration and find tutorial on Glocalization.