views:

11

answers:

0

Hello,

I have a Silverlight (3.0) application, divided in a couple of XAP-files that are only loaded if the particular application part is needed. Every of this application parts has it's own string resources that are read out by a ResourceManager instance. But it seems that for these dynamically loaded XAPs only the default language is available. If i try to read out a resource in a different language I always get the default culture resource: What can I do? The XAP files all contain satellite dlls for the different languages. So all the informations should be available.

Thanks! Rocko