=== 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.2.2 mLang allows you to write your blog contents in different languages. == Description == 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 ## 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 ? = 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 of the language Code ( eg. de or en, etc) Default Language = Check this if you want to make this Language to your default. If you want to change the images or include more upload them to `/wp-content/plugins/mlanguage/img/`. They must be named For a Default Language: TAG = First two letters of the language Code. ( eg. de, en) For Sublanguages: TAG = Full language Code in lower case. ( eg. de-at, en-us) [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) Language Codes can be found here: http://babelwiki.babelzilla.org/index.php?title=Language_codes = I got a trouble with the feed? = If you see the text unformated in your feed, you should go to your Reading Settings and set `For each article in a feed, show« to `Full text«. You can also use feedburner, it makes the feed nicer ;) If you updatet mlanguage and have problems on your site with the plugin, just go to Settings->mLanguage and enable `Create Feed« in every language. After you have updated your Settings you can disable it again if you want. = 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.2.2 = * Was to tired last night and borked up some code, i have fixed it. * jquery now loads as default. = 1.2.1 = * Added RSS Feature, you can now set a rss2 feed for every language. (If you have problems after updating, just go to opions and edit your languges and click the Create feed checker and update, you can disable it after again if you want.) * Fixed RSS with PHP 4. = 1.1.8 = * So now it should run with php4 (hopefully) = 1.1.5 = * Some Typo * Added a link in the options to find language tags. * More Flags (sweden, finland(sv-fi), norway(nb), mexico(es-mx), portugal(pt), netherlands(nl), canada(en-ca) = 1.1.2 = * Fixed a function & array in optins.php, hopfully works now with all php vers. * Once more added Flags: greece(el), israel(he) & arabic(ar) = 1.1.1 = * Added indian(hi), brazil(pt-br), japan(ja) Flags * Changed that crapy button icon (shame on me) ;) = 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 ;)