全球化 Silverlight 预加载器

发布于 2024-10-25 22:43:43 字数 254 浏览 1 评论 0原文

如何全球化 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

短叹 2024-11-01 22:43:43

您可以使 aspx 页面检测区域性,然后在属性中放置不同的值,例如...

法语

<param name="splashscreensource"value="AppLoaderScr.fr.xaml"/>

英语

<param name="splashscreensource"value="AppLoaderScr.en.xaml"/>

You could make the aspx page detect the culture and then put a different value in the attribute for example...

French

<param name="splashscreensource"value="AppLoaderScr.fr.xaml"/>

English

<param name="splashscreensource"value="AppLoaderScr.en.xaml"/>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文