Page 1 of 1

Translation of Menu Items

Posted: Mon Mar 14, 2016 5:49 am
by Theek5
Is it possible to translate Menu items in PWB 3?
We are a Dutch Public library and in PWB 2 we could translate the Menu items by adding the translation in the PWB.ini under section [Buttons]
It seems it is not possible in PWB 3

For Example

[Buttons]
Back=Vorige
Forward=Volgende
Refresh=Vernieuwen

Re: Translation of Menu Items

Posted: Mon Mar 14, 2016 11:24 am
by Scott
You can still change the text, it is the tooltips that cause the issue because the new MFC Toolbar PWB v3 employs reads the tooltips directly from the resource.

Set the following in your INI file to add the Button text and disable the Tooltips for the buttons.

[ToolBars]
ShowButtontext=True
ShowButtonTips=False

--Scott

Re: Translation of Menu Items

Posted: Tue Mar 15, 2016 9:06 am
by Theek5
This solved my problem

Thanks
:D