| View previous topic :: View next topic |
| Author |
Message |
paul yang
Joined: 15 Oct 2009 Posts: 0 Location: U.S.A
|
Posted: May 30, 2006 1:46 pm Post subject: \t in menus not working with LangTrans |
|
|
how can I use LangTrans to translate menu entries like MENUITEM "&New \tCtrl + N", IDC_DELALL
the problem is, that the accelerator is always missing. I always get only &New |
|
| Back to top |
|
 |
Support Site Admin
Joined: 03 Nov 2002 Posts: 118
|
Posted: May 30, 2006 5:37 pm Post subject: |
|
|
In most cases, name of the accelerator key in menu item don't need to be changed, since accelerator setting is kept untouched. So we don't put it into language pack by default, and it don't need to be translated, the original accelerator name will be appended to menu item by locwise at runtime. _________________ At Your Service
The PatchWise Software Support Team
Last edited by Support on May 31, 2006 11:58 am; edited 2 times in total |
|
| Back to top |
|
 |
paul yang
Joined: 15 Oct 2009 Posts: 0 Location: U.S.A
|
Posted: May 31, 2006 5:26 am Post subject: |
|
|
Thanks for your quick answer, but:
Why? Accelerator keys have to be translated as well. I think of Ctrl+F -> that would be Strg+F at German keyboard. And exactly that is my problem now. |
|
| Back to top |
|
 |
Support Site Admin
Joined: 03 Nov 2002 Posts: 118
|
Posted: May 31, 2006 11:49 am Post subject: |
|
|
Actually, LocWise does have the ability to translate accelerator key name in menu item. What you need to do is to turn on "Include menu accelerator" in LangGen for LocWise to ensure the accelerator key name is generated into language pack before translating. _________________ At Your Service
The PatchWise Software Support Team |
|
| Back to top |
|
 |
|