Print Page | Close Window

Accelerator translations

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=4862
Printed Date: 17 November 2024 at 5:23am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Accelerator translations
Posted By: tobi
Subject: Accelerator translations
Date Posted: 23 August 2006 at 10:57am
Where are the translations for the accelerator keys? I use it in a German application where the accelerator should be named "Strg" instead of "Ctrl" and "Umschalt" instead of "Shift".
I didnīt found it in the resource dll !



Replies:
Posted By: Oleg
Date Posted: 23 August 2006 at 11:34am
Hello,
 
Public Const VK_SHIFT = 16
Public Const VK_CONTROL =17
 
CommandBars.KeyBindings.SetKeyNameText VK_SHIFT, "Strg"
...


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net