更改 IntraWeb 中必填字段的消息
当设置 IntraWeb 控件的 Required 属性时,如果我将其留空,我会收到一个漂亮的小消息框,上面写着“Bezeichnung 是必填字段”。
我如何更改这些消息的文本? (我的申请是德语的)
When setting the Required property of a IntraWeb control I get a nice little message box saying "Bezeichnung is a required field" if I leave it blank.
How can I change the Text of those messages?
(My application is in german language)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我终于在 atozed 论坛中找到了一个提示:
将 IWResourceStrings.pas 复制到我的项目主文件夹并将所需的字符串更改为德语对我有用...
也许有一天其他人也会发现这很有帮助;-)
Well, I finally found a hint in the atozed-Forums:
Copying IWResourceStrings.pas to my projects main folder and changing the needed strings to german works for me...
Maybe someone else will find this helpfull, too one day ;-)