'close' label on window button

How could I change the typical “close” label on mouse over the close button in a window?

I would like to personalize it depending on the navigator languaje.

Thanks


You can use title property of the close button:


win.button(“close”).title = “New title”;