Silverlight 3 localization configuration
Posted
by Yannic
on Stack Overflow
See other posts from Stack Overflow
or by Yannic
Published on 2009-11-05T17:19:41Z
Indexed on
2010/04/15
17:23 UTC
Read the original article
Hit count: 550
I would like to know how I can configure my Silverlight application to be able to change the UICulture of the current thread without having to recompile the application.
If I set the current thread culture in the app.xaml, I need to recompile each time to change the culture. If I add an Application Settings, how can I retrieve that information on the client to be able to change the current thread culture info?
any ideas ?
© Stack Overflow or respective owner