Top "Angular-translate" questions

Angular-translate is an AngularJS module including lazy loading and pluralization.

Correct use for angular-translate in controllers

I'm using angular-translate for i18n in an AngularJS application. For every application view, there is a dedicated controller. In …

javascript angularjs angular-translate
Exposing the current state name with ui router

I'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-translate
Get current language with angular-translate

Is there a way to get the current used language in a controller (without $translateProvider)? Couldn't find anything in the $…

angularjs angular-translate
AngularJS : Setting languages in angular-translate from Controller or Service

I am interested in using angular-translate. Due to a lot of setup calls that happen initially on startup, I cannot …

angularjs angular-translate
How to ng-translate inside select box option in angularjs

How 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-translate
Angular Translate HTML tags

I know this has been asked here before but none of the answers seem to work for my case I …

javascript html json angularjs angular-translate
How to best organize translation strings in angular-translate?

I am using angular-translate on a rather large Angular project. I am breaking the project into multiple modules to make …

angularjs angular-translate
Tool to organize translations in JSON files

I'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-translate
Localize URL's with ui-router and angular-translate

I 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-translate
Angular translate variable replacement

I would like to use a variable in my translation but I don't know how to do it in my …

angularjs internationalization angular-translate