jQuery UI Widgets Forums Angular angular jqxGrid localization

This topic contains 2 replies, has 2 voices, and was last updated by  douglas168 6 years, 9 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • angular jqxGrid localization #98157

    douglas168
    Participant

    Hi,

    I am trying to add localization to Angular’s version of jqxGrid by following the following link.

    https://www.jqwidgets.com/angular/angular-grid/angular-grid-localization.htm

    On above page, it states to import the following:

    import { getLocalization } from ‘../../../scripts/localization’;

    Yet, I use the following to install the jQWidgets dependency:

    npm install jqwidgets-scripts –save

    and don’t have localization folder. Only ../node_modules/jqwidgets-scripts/jqwidgets/globalization folder

    How do get localization on Angular’s jqxGrid?

    Appreciate the help!

    angular jqxGrid localization #98160

    Stanislav
    Participant

    Hello douglas168,

    In jqwidgets-scripts the folder is missing on purpose. This npm-package is only for the core jqwidgets files. If you want you want to get the file, you can download jqwidgets-framework or still use the jqwidgets scripts npm-package and just add the localization file manually.(found in jqwidgets-framework)

    Best Regards,
    Stanislav

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

    angular jqxGrid localization #98172

    douglas168
    Participant

    OK. Thank you Stanislav!

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

You must be logged in to reply to this topic.