tombenner / wp-mvc

An MVC framework for WordPress
http://wpmvc.org
MIT License
624 stars 172 forks source link

How to manage wpml #260

Open marcelmastel opened 2 years ago

marcelmastel commented 2 years ago

Hi, what Is the best solution for integrate controllers and wpml? for example:

domain.com/en/method-controller-add domain.com/fr/method-controller-add

will it work?And could I use ICL_LANGUAGE_CODE in my controller and views, for manage translation?