ASP Themes: Skin Localization

不羁的心 提交于 2019-12-23 12:29:30

问题


Is any way to localize text in .skin file (asp.net theme)?

Thanks


回答1:


Nope. Localized text comes from a resource file. Skin files pertain to the look and feel, not content.




回答2:


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



来源:https://stackoverflow.com/questions/945770/asp-themes-skin-localization

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!