Is there any way to change the action button content from “OK” to something else like “Apply”.
Thanks,
Rafeeq
Is there any way to change the action button content from “OK” to something else like “Apply”.
Thanks,
Rafeeq
Hi @rafi.rob231
Yes. You can change all the predefined text in Handsontable via language pack. Here https://github.com/handsontable/handsontable/blob/b7618fc4213d3b2ab32ba62ff6f1d57cd1af6c49/src/i18n/languages/en-US.js is the default set of names for en-US language.
And here https://handsontable.com/docs/8.2.0/tutorial-internationalization.html is a tutorial on how to change those values to keep future version compatibility.