jQuery UI Widgets Forums General Discussions Format Number in PT_BR

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 11 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Format Number in PT_BR #20629

    Paulo
    Member

    Hi,

    I’d like to change the number format to the standard in my language.
    In US : U$ 1,240.98
    In PT_BR: R$ 1.240,98

    How can i modify to my format PT_BR ?

    Paulo Vaz

    Format Number in PT_BR #20663

    Dimitar
    Participant

    Hello Paulo Vaz,

    As you may see in the jqxGrid Localization demo, you need to create a custom localization object. Please take a look at the example and modify the line:

    localizationobj.currencysymbol = "€";

    to:

    localizationobj.currencysymbol = "R$";

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.