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.
ちょっと素朴な疑問……。
他のタグ内のビュー内に翻訳を配置するよりエレガントな方法は何ですか?
モード 1:
<g:submitButton name="signup" value="${g.message(code:'signUp')}"/>
またはモード 2:
<submitButton id="signInOrUp" name="signInOrUp" value="<g:message code='signUp' />"/>
ありがとうございました。