Is it possible to write this plugin to support multilingualism (So someone can fill in a template of terms, for example; month names, so the information can be outputted in different languages)?
Is it possible to write this plugin to support multilingualism (So someone can fill in a template of terms, for example; month names, so the information can be outputted in different languages)?
All strings use the wordpress gettext functions, so you should be able to make a language pack just like you would for wordpress itself.
A good article about localizing plugins and themes.
http://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/
(to be absolutely correct: this plugin IS already "internationalized" - you need to do the localization part for your oen lang)
Thank you for your help! :-)
This topic has been closed to new replies.