How to Internationalize Your Plugin()

In order to make a string translatable in your application you have to wrap the original string in a call to one of a set of special functions. These functions collectively are known as “gettext.” Introduction to Gettext WordPress uses the gettext libraries and tools for i18n, but not directly: there are a set of … Continue reading How to Internationalize Your Plugin