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!