Tag Archive | "localization"

WordPress : Translate a Plugin

Wednesday, June 25, 2008

49 Comments

First off, you have to know that not all WordPress plugins can be translated. The plugin developer(s) had to take the necessary steps such as using the WordPress __() and _e() functions and load_plugin_textdomain() in order to parse the strings/text of the plugin through the localization system.

Continue reading...