Print Page | Close Window

Need to translate messages

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=22583
Printed Date: 28 April 2024 at 6:39pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Need to translate messages
Posted By: DaveB
Subject: Need to translate messages
Date Posted: 25 April 2015 at 10:18pm
When you right-click on a tool in the Quick Access toolbar of the ribbon, two choices show up in a submenu:

   Show Quick Access Toolbar Below the Ribbon
   Minimize the Ribbon

I need to display these two choices in different languages.  How to I change them? 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 3
Language: Visual Basic 6.0



Replies:
Posted By: olebed
Date Posted: 29 April 2015 at 9:09am
Hello,

You can look in sample  CommandBars\VB\RibbonSample\frmMain.frm


Private Sub CreateRibbonBar()
...
   Set Control = AddButton(RibbonBar.Controls, xtpControlButton, ID_RIBBON_MINIMIZE, "Minimize the Ribbon", False, "Show only the tab names on the Ribbon.")
...
End Sub


Regards,
 Oleksandr Lebed



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