本地化母版页
我有一个母版页和其中的一些控件,我还有一个包含语言的下拉列表,我想知道是否有方法可以本地化母版页中的所有控件,因为它没有 InitializeCulture 方法。
提前致谢。
I have a MasterPage and some controls in it, I also have a dropdown with languages, I'd like to know if theres is way to localize all of the controls within the masterpage because it doesn't have the InitializeCulture method.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 global.asax 文件中设置了 Culture,以确保所有请求都从最低级别开始。
所有控件都应通过应用程序获取此信息。
I set the Culture in the global.asax file to ensure that all requests have it from the lowest level.
All controls should pick this up through the application.