With this plugin you can have a text in multiple languages. Easy to use, no requirements.
Requirements:
Installation:
/wp-content/plugins/ directoryFlags (optional):
Theme Modifications (optional):
<?php Multilingual_Text::Flags(); ?> in front of the title, or where you like to have the flags<?php the_title(); ?> with <?php Multilingual_Text::Title(); ?>, this can't be done automatically because some titles (like the <title> or other <meta> elements) do not support switchingWidget (optional):
Custom usage:
Multilingual_Text::Parse(string $text [, bool $with_flags = true [, bool $with_text = true ]] ) will parse the text (ml-style) and returns the generated code.$with_flags and $with_text you can control wether flags and/or text will be returned.echo it - or process it anyway.
Requires: 2.7 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-21
Downloads: 4,473
Got something to say? Need help?