Dropdown filter language

Tags: #<Tag:0x00007f8b28d443c8>

Is possible to change the default label (ex. filter by condition -> Filtra) of dropdown filter to support localisation ?

-Yes…you can change text of “Filtert By Value”.

  • Just find this (label.textContent = ‘Filter by condition:’:wink: in “Handsontable” file…and change the text

Thanks right…

I guess we should allow to change it like with the contextMenu.(then it should look like this: http://jsfiddle.net/dmkpgrau/) but now the name for filter_by_condition is an empty string and we add a label with a renderer function.

Sound good, I don’t want to change source file to translate.

thanks

If I change Handsontable file I must remember to change after any upgrade.
for now I can do that but it is not a permanent solution

thanks for reply

Hi all,

I was wondering if since then an option to translate the Filter by condition menu had been added ?

Thanks a lot for your help !

Hi @matthias.rms

yes, there is. If the official translation is not available please use this tutorial to add a translation https://docs.handsontable.com/pro/2.0.0/tutorial-internationalization.html