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.
"このフィールドは必須です" などのバリデーターの Alloy-UI メッセージをフックまたは他の方法を使用して変更したいのですが、それらのメッセージの場所が見つかりませんか??
/html/js/liferay/form.js をいくつかのフックでオーバーライドして、必要な行を変更できます: Liferay.Language.get('this-field-is-required') そして、それにカスタム言語キーを提供します。
ポータル全体のこの言語ラベルを変更する場合は、いくつかのフックで言語プロパティをオーバーライドし、キー this-field-is-required のラベルを変更します
HTH