=== mLanguage === Contributors: Sirlon Tags: multi language, language, multilanguage Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7198162 Requires at least: 2.8 Stable tag: 1.1 mLang allows you to write your blog contents in different languages. == Description == wp-mLanguage adds Multilanguage Support to your Blog. You have only to write post, tagging each language. For more information visit: http://www.gnomx.at/mlang It could be posible that you must reactivate the plugin when you update to 1.1 . ## Features * You have to write only one post/site by tagging the different languages. * Easily switch between the Languages with the Menu without reloading the site. * Only displays default Language in the feed with a note at the bottom that this article is also available in other languages. * Options to add or delete Language Tags or change the default one. * Change Flags in the Options. == Installation == 1. Upload all the files in `/wp-content/plugins/wp-mLang/` directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Place `` in your templates or activate the Widget. 4. You can start writing blog contents in multiple language using tags like: `[en]post in english[/en] [de]post in german[/de]« == Frequently Asked Questions == = How to use? = You have only to write post, tagging each language: eg. [de]Deutsch[/de] [en]English[/en] For titles, you have to write as normal title inside post, the one in the language you have set as default. Then you have only to scroll till Custom Fields and add: key: the short tag of the language ( eg. de or en, etc ) value: the title text = How to change default language? = Open the config Menu, you should find it in the Settings Menu. Search for the Language you want to set to default in the List an click on Edit. Now click on the Checkbox labeled 'Default Language' and click 'Update Tag'. = How to add a language support? = Open the config Menu, fill in the Form on the bottom and click 'Add Tag'. Language Name = The full name off the Language eg. English Language Tag = The shorten form ( eg. de or en, etc) Default Language = Check this if you want to make this Language to your default. I have included flags for the menu in this languages: de, en, fr, es If you want to change the images or include more upload them to `/wp-content/plugins/mlanguage/img/`. They must be named [TAG].png for the active state. (eg. en.png or de.png) d[TAG].png for the disabled state. (eg den.png or dde.png) = I got a trouble with titles, how to solve it? = I saw that some templates misuse the the_title function for the anchor title value too. The solution to this problem is very easy, you have to edit a couple of your template files ( in particular single.php, index.php and page.php ). First of all you have to find this line: `title="Permanent Link to "` and the replace with this one: `title="Permanent Link to "` = problem how to fix ? = More problem is very easy to fix with a simple workaround, you have just to write a post doing this: `[de]Before more german[/de] [en]Before more english[/en] [it]After more german[/it] [en]After more english[/en]` == Screenshots == 1. The Menu with 3 languages defined. 2. Writing a Post. 3. The Options Panel. == Changelog == = 1.1 = * Added a Button to the Editor, no more hand taging anymore, jea! * You Can now Change the Flag shown in the Menu, in the optins. * Added more Flags. = 1.0.5 = * Added Menu Widget. * A lot dump failures cleared. (hope so) * Added more Flags( ru, de(ger), it). = 1.0.1 = * Changed the Options Location, thy are now under the Settings Tab. It's to Tiny for a own Menu site ;)