Project

General

Profile

How to translate Wt::StandardButton

Added by Volker Sahrhage about 5 years ago

Hello everybody,

I am looking for a solution to translate Wt::StandardButton::Abort (i.E.).

I found something like that:

The strings used in the WMessageBox buttons can be translated by overriding the default values for the following localization keys:
•Wt.WMessageBox.Abort: Abort
•Wt.WMessageBox.Cancel: Cancel
•Wt.WMessageBox.Ignore: Ignore
•Wt.WMessageBox.No: No
•Wt.WMessageBox.NoToAll: No to All
•Wt.WMessageBox.Ok: Ok
•Wt.WMessageBox.Retry: Retry
•Wt.WMessageBox.Yes: Yes
•Wt.WMessageBox.YesToAll: Yes to All 

But I do not know how and where to do it.

Can someone give me a hint?

Cheers

Volker