全球化 Silverlight 预加载器
如何全球化 silverlight 的预加载动画?我通过使用以下标签在包含 aspx 页面的文件夹中添加 xaml 文件来添加动画:
<param name="splashscreensource"value="AppLoaderScr.xaml"/>
我知道如何在正常的 silverlight xaml 中执行此操作,但是当 xaml 位于 Web 应用程序项目中时如何执行此操作?
感谢期待!
how can I globalize silverlight's preloader animation? I have added animation by adding a xaml file in the folder with the aspx page using the following tag:
<param name="splashscreensource"value="AppLoaderScr.xaml"/>
I know how to do this in normal silverlight xaml but how do I do it when the xaml is in a web application project?
Thanks in anticipation!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使 aspx 页面检测区域性,然后在属性中放置不同的值,例如...
法语
英语
You could make the aspx page detect the culture and then put a different value in the attribute for example...
French
English