If you need to make gear content (text labels or user messages, for example) be both configurable and localizable, you can do this by observing the following guidelines:

Once you have set up your gears in this manner, you would then specify a particular resource bundle and locale in your gear page fragments. For example:

<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"  %>
<fmt:bundle basename=my.portal.Resources/>
<fmt:message id="finishButton" key="finishButton"/>

Copyright © 1997, 2016 Oracle and/or its affiliates. All rights reserved. Legal Notices