I've been using Sails.js for quite some time and was wondering if there is a way to manually change the localization from the controllers depending on the url.
Example: http://example.com/en
will return the English version and http://example.com/de
will return the German one.
Thanks for your help!!