Ribbon Tab Caption

Add-in Express™ Support Service
That's what is more important than anything else

Ribbon Tab Caption
Multilanguage Ribbon Tab 
Michael Kaden


Guest


Dear Andrei,

I use

	Dim rm As New ResourceManager("Resource.Name", GetType(Service).Assembly)

	CrystalExcel.AddinModule.CurrentInstance.Admin.Caption = rm.GetString("X00102")' Admin Group
	CrystalExcel.AddinModule.CurrentInstance.But001.Caption = rm.GetString("X00117") 'Language Button


To change the language on the Ribbon by using the language specific resource file.

How can I change the Caption of the Tab?

Thank you & kind regards

Michael
Posted 22 Jul, 2019 01:35:39 Top
Andrei Smolin


Add-in Express team


Posts: 18806
Joined: 2006-05-11
Hello Michael,

Please check https://www.add-in-express.com/creating-addins-blog/2016/12/20/localize-office-addins-forms-based-resources/. Is this what you are looking for?


Andrei Smolin
Add-in Express Team Leader
Posted 22 Jul, 2019 03:31:50 Top
Michael Kaden


Guest


Dear Andrei,

thanks for the prompt answer, but that is not what I am searching for. I think I have formulated the question not very well.

I looked up an earlier post we had on this subject and with changing


Private WithEvents Tab1 As AddinExpress.MSO.ADXRibbonTab

to

Friend WithEvents Tab1 As AddinExpress.MSO.ADXRibbonTab

I got what I wanted.

Thanks again and have a nice day.

regards

Michael
Posted 22 Jul, 2019 06:56:23 Top
Andrei Smolin


Add-in Express team


Posts: 18806
Joined: 2006-05-11
It's great!


Andrei Smolin
Add-in Express Team Leader
Posted 22 Jul, 2019 08:00:48 Top