Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个特定的项目是从另一个供应商那里继承来的。我以前从未修改过后端的语言。以前有人做过吗?
注意“俄克拉荷马州”按钮
登录到 Sitecore 桌面并切换到Core数据库。打开这个路径:
/sitecore/system/字典/O/OK
更改短语字段以更改确定按钮上的文本。
<Literal Text='${StringUtil.GetString($OKButton, "OK")}'/>在\sitecore\shell\Controls\Dialogs\FormDialog.xml
<Literal Text='${StringUtil.GetString($OKButton, "OK")}'/>
\sitecore\shell\Controls\Dialogs\FormDialog.xml
检查默认的“OK”是否已更改。