Greetings sirs,
I'm having problems trying to localize the DocumentEditor component using plain JavaScript.
I did noticed there's a same thread having almost exact same question.
The difference is I have multiple pages that will use the DocumentEditor, it'll be quite stupid to have codes below in every pages.
ej.base.L10n.load({
"cn": {
"tab": {
"closeButtonTitle": "Close Button"
},
"pivotview": {
"column": "column",
"collapse": "collapse",
}
}
});
So i was wondering if there's any way I can do things like import to make it happen.
In README of ej2-locale Github did have an example of using ajax to load locale object, but I have no idea how to use it.
Is it possible to have any example to reference?
Thank you.