Localization

Hi

i found some problems on grid localization (version 12.4.0.30).
  1. I can't localize "Filter" button beacouse it does not use _getLocalizedLabels function in _renderDlgContent:
    var $filter = ej.buildTag("input.e-filter", {}, {}, { "type": "button", "value": filterVal });
    var $clear = ej.buildTag("input.e-clear", {}, {}, { "type": "button", "value": this._getLocalizedLabels(clearVal) });
    

  2. I localize the text property of StringMenuOptions and NumberMenuOptions,
    StringMenuOptions: [
        { text: 'E\' uguale a', value: 'Equal' },
        { text: 'Non è uguale a', value: 'NotEqual' },
        { text: 'Inizia con', value: 'StartsWith' },
        { text: 'Finisce con', value: 'EndsWith' },
        { text: 'Contiene', value: 'Contains' }
    ],
    NumberMenuOptions: [
        { text: 'E\' uguale a', value: 'Equal' },
        { text: 'Non è uguale a', value: 'NotEqual' },
        { text: 'E\' maggiore di', value: 'GreaterThan' },
        { text: 'E\' maggiore di o uguale a', value: 'GreaterThanOrEqual' },
        { text: 'E\' minore di', value: 'LessThan' },
        { text: 'E\' minore di o uguale a', value: 'LessThanOrEqual' }
    ],
    but i get this error on chorme console:


Thanks
Regards
Stefano

1 Reply

SR Sellappandi Ramu Syncfusion Team February 26, 2015 11:52 AM UTC

Hi Stefano,

We were able to reproduce the reported issue and we considered this requirement “Throws error while using localization to filter menu” as bug, also have logged a report regarding this. A support incident has been create under your account to track the status of this requirement. Please log on to our support website to check for further updates.

https://www.syncfusion.com/support/directtrac/incidents/135899

Please let me know if you have any questions.

Regards,

Sellappandi R

Loader.
Up arrow icon