-
WordPress Plugin: Localization
This is quick steps on how to create your own Language file for wordpress plugin. I hope you know that you can call wordpress localization functions as echo __(‘text your want to display’, ‘your-unique-language-textdomain’); This localization is done using internal function of wordpress, where it load language file for given language wordpress is set, and…