Plugin Author
Franky
(@liedekef)
@liedekef Sorry i didn’t mean this kind solution. Do you know about wpml? It’s WordPress number 1 plugin about language. But the way you built your plugin it’s not wpml supported.
Plugin Author
Franky
(@liedekef)
WPML works with different pages per post, which is good for front-end info. But once in the backend, this is much harder to do: how will you configure 1 event for multiple languages if you need to create a new entry for each language? And how to manage the sending of mails/reminders/…, the form submit per language? It’s a nightmare in that manner, and there are many other language plugins each doing it in their own way. For a “simple” event/membership plugin, this is way too difficult to maintain (or be able to link the different events-languages together). EME can detect the WPML language used and show the text of choice if you use the language tags in the doc I gave, that’s it concerning WPML compatibility.