Angular-translate is an AngularJS module including lazy loading and pluralization.
I'm using angular-translate for i18n in an AngularJS application. For every application view, there is a dedicated controller. In …
javascript angularjs angular-translateI'm trying to implement a language switcher where if a user clicks on "de" from any given page on an "…
javascript angularjs angular-ui-router angular-translateIs there a way to get the current used language in a controller (without $translateProvider)? Couldn't find anything in the $…
angularjs angular-translateI am interested in using angular-translate. Due to a lot of setup calls that happen initially on startup, I cannot …
angularjs angular-translateHow do I apply ng-translate to translate options inside a select box. For example: Template: <select class="form-control" ng-model="…
angularjs ng-options angular-translateI know this has been asked here before but none of the answers seem to work for my case I …
javascript html json angularjs angular-translateI am using angular-translate on a rather large Angular project. I am breaking the project into multiple modules to make …
angularjs angular-translateI'm investigating different translation tools for my Angular app. So far, angular-translate seems to be a good solution for that. …
json localization internationalization translation angular-translateI am using ui-router for routing and angular-translate for translations. What i would like to achieve is having the selected …
angularjs angular-ui-router angular-translateI would like to use a variable in my translation but I don't know how to do it in my …
angularjs internationalization angular-translate