I am developing a Silverlight 2 application.
I have been able to embed multiple string resources into my .xap file. I have found how I can select which language to display by adding:
<param name="culture" value="de" />
<param name="uiculture" value="de" />
To my <object> section in html.
What I would like to do is have the culture and uiculture follow the language(s) configured in my browser (auto detect).
Does anyone know how I can do that with javascript? Or straight html?
Thanks for the help,
Matt