How to determine the current language in SolidWorks is running
GetLocalizedMenuName.zip
Updated: 4/5/2002
Size: 0.001
SolidWorks is now localised for many different languages. This means the menu names are presented in the local language. For addins which add to the SW menus, they need to know the names of various menus in their call to:
SldWorks/Frame::AddMenuItem
This sample code shows how to determine the current language and retrieve the local menu names for several of the standard SolidWorks menus. |