How to detect this for current locale if Office MUI is installed or not from C #
2 answers
you can find out which Office locale is installed, for example, view the registry entry ...
for Office 2007
HKEY_LOCAL_MACHINE\Software\Office\12.0\MsoExample\A\1030
LCID 1030 tells you that the Danish (Denmark) MUI is installed.
if there is more, i can't assure you, i just installed this, but you can do this test.
0
a source to share