Any ideas on how to redirect generic calls (that do not contain the language slug) such as https://site.tld/ or https://site.tld/controller/action to https://site.tld/LANG/ or https://site.tld/LANG/controller/action respectively?
I would prefer to do it from Phalcon, if it can be done, and not from .htaccess.