This topic describes the steps needed to develop or update a
component so that it supports localization.
To set up a portlet for localization:
Note: See the sections below for details about portlet-specific
messages and messages with tokens.
Note: You may note that the
resource-bundle attribute is different from the
file path you edit messages in. This is because the portlet build process
combines common message strings from shared libraries with your
portlet-specific messages to create the final
com/endeca/Resource_[locale].properties file in
the compiled portlet WAR. For more information, see the topic below on build
process interaction with localization.