Advanced Forum Search Results
-
I am using Silverlight 2 Beta 2.
<param name="culture" value="auto" />
<param name="uiculture" value="auto" />
This does not work for me. I am using Firefox and set one and only one language, de. My app still showed en-US as my culture and UICulture.
Any other ...
-
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 ...
-
I don't think it is a rights issue. Everything works fine when I run the Silverlight app through a web server. The security error only happens when I run the SL app from a local HTML page.
I really need this to work in both scenarios.
Any ideas?
Thanks for your help.
-
I am running into a same problem. I need to be able to run my Silverlight 2.0 application
from a local html page (without a web server) as well as when it is
hosted by a web server. Currently, when I load as a local HTML page, I fail with a "Security Error" when I try to call OpenReadAsync.
Is there ...
-
I am running into the same problem. I need to be able to run my Silverlight 2.0 application from a local html page (without a web server) as well as when it is hosted by a web server.
Is there any way to get around this problem. It will be a show stopper for me if we cannot get around it.
Thanks for your help,
Matt
-
I am trying to test proof of concept for localizing strings within Silverlight 2.0.
I have created a Strings.resx and Strings.es-ES.resx. I cannot seem to get the es strings included in my .xap file.
Any suggestions or examples of how I get this to work?
Thanks,
Matt