Pull dynamic string out of embedded RESX
Posted
by AC
on Stack Overflow
See other posts from Stack Overflow
or by AC
Published on 2010-04-07T18:39:44Z
Indexed on
2010/04/07
18:43 UTC
Read the original article
Hit count: 388
Silverlight
|resx
I have a RESX resource file that I can retrieve the values out of using the strongly typed properties and assign to values in my Silverlight 3 app. However at runtime I need to generate the lookup key based on some values to avoid a ton of if/switch statements. I'm trying to use the ResourceManager, but it doesn't like .resx files.
Searched far and wide... is this just not possible in SL3? Does anyone have another suggestion?
© Stack Overflow or respective owner