View Single Post
  #2  
Old March 12th 08, 01:01 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Standard/Best Practice For Multi-Lingual Add-in Development

Of course there is, how you do it depends on what language platform you use
to develop your addin. For unmanaged code you can use a resources file with
different columns, one column for each language you intend to support. For
managed code you can also use a string resource file and use the culture
settings to load the appropriate string for the current language.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Jonathan" wrote in message
...
Is there a standard way to develop a new Add-in to so that it can be
multi-lingual?

I.e. Dialog prompts, form text labels etc would lookup a language table
with
the appropriate word, phrase or sentences based on the language chosen?

TIA





Ads