Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. First identify the module in which the message is coming.
  2. If it is a common message then it would be in CommonUiLabels.xml or in CommonErrorUiLabels.xml
  3. If it is a module specific message then look into the configuration files under the config folder of that component.
  4. Identity the key and change the value in English language. If you presently want to change the English message only, then there is no need to do to anything else. However, if you want to update the internationalization part also then you need to do the following step for each language.
    • Now using a specific translation program like Google Language Tools, translate the English sentence into a specific language and copy paste that in the value for that specific language.UtilPropertiesBundleCache
    • After the change is over you need to restart the server for the changes to take effect. You can also clear in the cache named UtilPropertiesBundleCache the resource associated to the message you've just modified. Go to Webtools -> Cache maintenance and search for UtilPropertiesBundleCache.

The same procedure can be followed for changing the UI label elements.

...