How do I change Locales?
Well, it would not make any sense to use i18n for just one locale, would it? That is why you need to be able to change the application's locale programmatically. You can do this in two ways:
Using the i18n mixin method
setfwLocale()
.Using the i18n service
setfwLocale()
.
Below you can see an example:
Or use via injection
Last updated