Add-in Express extension localisation

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

Add-in Express extension localisation
How to use localised resources 
Vladimir Lvov




Posts: 6
Joined: 2011-12-16
In my Add-in Express extension I am trying to use the standard .Net localisation technique with language resources stored in the satellite dlls. The .Net runtime engine cannot find and use these dlls, probably, because they are not stored in the same folder as the iexplorer.exe. What is the best way to localise the Add-in Express add-on?
Thank you,
Vladimir
Posted 25 May, 2012 09:42:04 Top
Eugene Astafiev


Guest


Hi Vladimir,

Please note that you develop an IE extension (not a standalone application). That is why you need to use the Localizable and Language properties of the IE module class.

Also I have found some similar entries on our technical blog: http://www.add-in-express.com/creating-addins-blog/2011/06/15/office-addin-localization-video/ and http://www.add-in-express.com/creating-addins-blog/2008/04/19/localization-office-addin-ribbon-commandbar/. They describe Office COM add-ins. But this technique is common for all Add-in Express based plug-ins and can be applied to Internet Explorer add-ons too.
Posted 25 May, 2012 10:08:26 Top