You can use the Localizer object from your custom code or from a JSP file for a new skin.
To localize a new skin
skin.header.companyName=My Company
<%@ page import="com.netegrity.ims.util.*"%>
<% Localizer l10n = Localizer.getInstance();%>
<b><%=l10n.getLocalizedString("skin.header.companyName")%></b>
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |