Internationalization problem / VB .NET

R

Roderic

Hello,

In wrote Outlook Addin in VB .NET.

I create there ResourceManager using following code:

dim G_locRMesg as Resources.ResourceManager = New
Resources.ResourceManager("Mynamespace.messages",
[Assembly].GetExecutingAssembly)

and have few localized message files as embedded resources:
messages.resx
messages.de.resx
messages.fr.resx

When I run/debug addin from Visual Studio, everything works correctly,
proper messages are used depending on system language. But when I run
Outlook normally, always default messages (from messages.resx file) are
used.
Why? And how to change this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top