如何将文化更改为 .Net 中的 DateTimepicker 或日历控件
当所需的文化与 PC 中安装的文化不同时,如何为 .Net 中的 DateTimepicker
或 Calendar WinForm
控件设置国际化?
How to set internationalization to a DateTimepicker
or Calendar WinForm
control in .Net when the desire culture is different to the one installed in the PC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(6)
文化似乎无法改变。 请参阅这篇知识库文章。
It doesn't seem to be possible to change the culture. See this KB article.
根据之前的解决方案,我认为更好的是:
Based on previous solution, I think the better is:
对于日期时间选择器
For DateTimePicker
我觉得还有弯路。
代码
I think there is detour.
code
使用 telerik radDateTimePicker 并在 InitializeComponent() 之后编写此代码,并使用您的文化而不是“fa-IR”。
Use the telerik radDateTimePicker and write this code , after InitializeComponent(), and Instead of "fa-IR" use your culture.