Rename system button

Hello everyone

I would like to rename the system buttons, I had also read a few hints in the existing posts. However, I have not succeeded in giving the “Save” button a different name.

Here is the code:
fd._vue.lang.save = “Save_12”;

Have I forgotten something?

thx
Andreas

Hi @Andreas_Sch,

To change the toolbar buttons, use this approach:

Let me know if this helps.

Hi Ilia
Thanks for the quick feedback. I have added this accordingly.

fd.toolbar.buttons[0].text = "保存";

The “new” labeling has been adopted as requested. However, after saving the dataset, this is then reset to the “old” labeling.

Have I forgotten something?

Change / Edit Button Toolbar - Forms - Plumsail Community

thx
Andreas