Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Complete Language Switcher

Descripción

Complete Language Switcher is a plugin that allows you to setup your blog with multilingual support.

It also allows you to switch between languages with a nice list of flag which are easily styled.

Complete Language Switcher filters out the posts tagged with a certain language to displayed. Other languages will be hidden in the listings.

Note that this plugin requires the xili-language plugin in order to work.

Instalación

Installing this plugin is easy.

  1. Install and activate the xili-language plugin
  2. Upload the complete-language-switch folder to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Place <?php cls_langs_html(); ?> in anywhere your templates or hook it in your template using <?php add_action('hook_name', 'cls_langs_html'); ?>.

A few notes:

  • Make sure you put en_US.mo files in the language folders when using the default language.
  • Check the /flags/ directory in the plugin to see if your flag is in there. Naming is the 2 last characters of the locale (eg. en_US) in lowercase in PNG format. So en_US would be: us.png

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

“Complete Language Switcher” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Complete Language Switcher” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

0.4

  • first stable version is online