Why should I use GNU gettext for internationalization? I am working on developing wordpress themes and that’s what is bundled with wordpress and obviously what is recomended.
However, I come from a game development background where localization is done differently and I can’t seem to see the advantage of gettext over methods I used to use.
I am struggling over the debate, should I use gettext that is recomended for this technology, or use methods I am more familiar with from my game dev days that also provide more extensibility and flexibility than gettext.
Some of my internal debate undoubtably comes from my inexperience with gettext and my struggles with the POeditor UI. If you all could help me understand why gettext is so commonly used, and why I should use it, would be much appreciated.
First of all, you didn’t provide any examples or advantages of your technologies.
So why GetText?
_
function.So why not GetText? Particularly if it’s a default solution in WordPress? I believe your theme/plugin won’t be accepted by the community if your i18n technique is different from the one used in this particular community.