Questions tagged [angular-translate]

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

angular-translate is an AngularJS module that makes your life much easier when it comes to i18n and l10n including lazy loading and pluralization.

See,

725 questions
0
votes
1 answer

Angular.js : Translate not working on Internet Explorer 11

I am using angular translate for localisation. Here is my code : var myObj.connected = false; Html is : {{myObj.connected ? 'On' : 'Off'}} in my controller i am fetching the data from server and updating the…
0
votes
1 answer

Refering JS and CSS file after loading

Iam building a mobile App which has multi-lingual feature.Iam using angularjs and jQueryMobile framework for this.I have successfully managed to change language from english to arabic.Since arabic is right to left language I need script file and css…
ShinyJos
  • 1,487
  • 11
  • 17
0
votes
1 answer

Blank option added for selected option as language changes

I have the following code to show a multiselect with some options. All options are translated using a translation filter (angular-translate).