ASP 主题:皮肤本地化
有什么方法可以本地化 .skin 文件(asp.net 主题)中的文本吗?
谢谢
Is any way to localize text in .skin file (asp.net theme)?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有什么方法可以本地化 .skin 文件(asp.net 主题)中的文本吗?
谢谢
Is any way to localize text in .skin file (asp.net theme)?
Thanks
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
没有。 本地化文本来自资源文件。 皮肤文件涉及外观和感觉,而不是内容。
Nope. Localized text comes from a resource file. Skin files pertain to the look and feel, not content.
如果您打算走这条路,最简单的方法可能是为每种语言设置一个 ASP.NET 主题,然后根据位置翻转主题。 每个主题可以包含特定语言的按钮、皮肤等
If you're going to go down this road the easiest might be to setup a asp.net theme for each language then flip the theme based on the location. Each theme can contain buttons, skins etc for the specific language