![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
Thanks Ken.
"Ken Slovak - [MVP - Outlook]" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
web development | Brian Miller | Outlook Express | 2 | September 18th 07 01:02 AM |
web development | Brian Miller | Outlook Express | 1 | September 17th 07 06:04 PM |
Multi-site / Multi-Exchange server environment - outlook config | Ben | Outlook - General Queries | 1 | June 21st 07 04:57 PM |
HOW TO USE OUTLOOK PRACTICE USING ATTACHMENTS | new girl | Outlook - General Queries | 1 | May 29th 07 08:29 PM |
Best practice for backing up | gary | Outlook Express | 4 | April 13th 07 01:51 PM |