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
Translation of Menu Items
Re: Translation of Menu Items
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
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
- Attachments
-
- buttons.png (24.72 KiB) Viewed 6476 times
Re: Translation of Menu Items
This solved my problem
Thanks
Thanks