Languageset
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 1 articles for 0.000 sec
Re: How to uncover the language version of MS Outlook 2003     

Group: microsoft.public.outlook · Group Profile · Search for Languageset in microsoft.public.outlook
Author: germul
Date: Apr 16, 2007 02:57

... helped me in my case. Sample code in C# : using System.Runtime.InteropServices; using MyOutlook = Microsoft.Office.Interop.Outlook; [...] MyOutlook.Application app = null; int iLCID = 0; [...] this.app = new MyOutlook.Application(); this.iLCID = this.app.LanguageSettings.get_LanguageID(Microsoft.Office.Core.MsoAppLanguageID.msoLanguageIDUI); Regards, Gernot Mulisch
Show full article (0.40Kb)