Software Development Network>> Visual Studio>> Multilingual CommandBar?
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
Does this code work across multilingual installations of Word
ThisDocument.Application.CommandBars["Menu Bar"]
Or is the "Menu Bar" parameter culture specific
lynnbt wrote: 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 ...
Multilingual CommandBar?
SaiSankar
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
LarryKathy
Does this code work across multilingual installations of Word
ThisDocument.Application.CommandBars["Menu Bar"]
Or is the "Menu Bar" parameter culture specific
Bruce Potter
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
Francisc Molnar
Really looking forward to this question's answer ...
Jiajing