Giter Club home page Giter Club logo

Comments (4)

urish avatar urish commented on May 13, 2024

Hi There,

It's possible to switch the language globally by calling moment.lang() from within one of your services.

For example, to change the language to Spanish:

  1. Add the following line to your index.html, just after including moment.js itself:
<script src="components/moment/min/lang/es.js"></script>
  1. Then, add the following line inside one of your services / run() callbacks:
$window.moment.lang('es');

Hope this helps!

Uri

from angular-moment.

 avatar commented on May 13, 2024

Hi Urish,
thank you for your angular-moment library for Angularjs.
I have this problem: when I switch language with $window.moment.lang(key) triggered by an ng-click event, I see that the amDateFormat filter re-evaluates the string with the new locale, but the timeago directive isn't re-evaluated, so that it keeps the old locale. Is there a way to have it changed on the fly?

Thank you,
Matteo

from angular-moment.

abondin avatar abondin commented on May 13, 2024

Have the same issue with update locale in runtime

from angular-moment.

urish avatar urish commented on May 13, 2024

See #97, probably related.

from angular-moment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.