Add-In that support several languages

Add-in Express™ Support Service
That's what is more important than anything else

Add-In that support several languages
 
Nicolas Bordeleau




Posts: 20
Joined: 2008-03-24
Hi,

How do I get the current Office Culture? I have installed the MUI for Office and I need to know in which culture Office is currently configured in order to initialise my Add-In with the right set of strings.

Thank you.
Nicolas

Posted 11 Apr, 2008 11:56:45 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Nicolas.

value = CultureInfo.CurrentUICulture
Posted 11 Apr, 2008 12:46:05 Top