In my application, buttons have english labels. But I have installed MS Word for Slovak language. In ribbon designer, I set Localizable to true and Language to Slovak, then I rewrite labels. In Solution Explorer, in Ribbon.cs/Ribbon.Designer.cs node I have two .resx files (Ribbon.resx and Ribbon.sk.resx).
But my question is, how to get in code, which language version of MS Word I have installed and how to set labels in buttons to this language?