Software Development Network>> Visual Studio>> Multilingual CommandBar?
lynnbt wrote: Does this code work across multilingual installations of Word ThisDocument.Application.CommandBars["Menu Bar"] Or is the "Menu Bar" parameter culture specific
Does this code work across multilingual installations of Word
ThisDocument.Application.CommandBars["Menu Bar"]
Or is the "Menu Bar" parameter culture specific
Really looking forward to this question's answer ...
Hi,
You should use a resource file to set the text of the commandbar buttons. Here are some links to articles that might help you:
Developing World-Ready Applications (http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpcondesigningglobalapplications.asp)
Developing Multilingual Applications (http://msdn.microsoft.com/library/default.asp url=/library/en-us/intl/nls_0xrn.asp)
Multilanguage application development employing VS.NET(http://www.bhashaindia.com/Developers/MSTech/)
Kathleen McGrath
Multilingual CommandBar?
Zenit
Really looking forward to this question's answer ...
GreatDane
The articles suggested by Kathleen are very good, and I'd like to add 1 more for you: Creating Office Solutions for Use in Multiple Countries/Regions
I've successfully localized the command bar object by changing the CultureInfo object easily, and the main points is to change the .Caption property.
Colt
arun_84
Hi,
You should use a resource file to set the text of the commandbar buttons. Here are some links to articles that might help you:
Developing World-Ready Applications (http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpcondesigningglobalapplications.asp)
Developing Multilingual Applications (http://msdn.microsoft.com/library/default.asp url=/library/en-us/intl/nls_0xrn.asp)
Multilanguage application development employing VS.NET(http://www.bhashaindia.com/Developers/MSTech/)
Kathleen McGrath
GuitarArlen
Does this code work across multilingual installations of Word
ThisDocument.Application.CommandBars["Menu Bar"]
Or is the "Menu Bar" parameter culture specific
Salim