掲示板

how to customize the Message "Your request completed successfully."

11年前 に Ravi Kiran によって更新されました。

how to customize the Message "Your request completed successfully."

Junior Member 投稿: 98 参加年月日: 11/12/12 最新の投稿
Hi ,

I am using Liferay 6 for the Portal Development .

I have a question , how can i customize the Message "Your request completed successfully."

I have read that we can use Hook (Language Properties ) for this

Could you please tell me what is the Property responsible for this .

Please see the screen shot i tried



Could anybody please let me know , how to achive this ??
thumbnail
11年前 に Hitoshi Ozawa によって更新されました。

RE: how to customize the Message "Your request completed successfully."

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Just create a content directory under webapps\ROOT\WEB-INF\classes and create a Language-ext_en.properties file with the following content where the message is replaced with your custom message. Restart liferay to make the message effective.

your-request-completed-successfully=Your request completed successfully.