How to detect this for current locale if Office MUI is installed or not from C #

How to determine what is for current locale if Office MUI is installed or not from C #

+1


a source to share


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


no, you cannot.



HKEY_LOCAL_MACHINE \ Software \ Office <- dosen't exist! HKEY_LOCAL_MACHINE \ Software \ Microsoft \ Office \ 12.0 <- exists but does not contain any "A" keys anywhere and any MsoExample keys.

0


a source







All Articles