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
|