1.0 1.1 i18n http://jakarta.apache.org/taglibs/i18n-1.0 The i18n custom tag library contains tags that help manage the complexity of creating internationalized web applications. These tags provide similar (though not identical) functionality to the internationalization available in the struts framework, but do not require adopting the entire struts framework. "i18n" is a common abbreviation for internationalization, because there are 18 letters between the first "i" and the last "n". For more information on internationalization with Java, the java.sun.com site contains a good tutorial written by Dale Green. bundle org.apache.taglibs.i18n.BundleTag org.apache.taglibs.i18n.BundleTEI empty id false true baseName true false locale false true localeAttribute false true message org.apache.taglibs.i18n.MessageTag JSP key true true args false true bundle false true bundleRef false true messageArg org.apache.taglibs.i18n.MessageArgumentTag empty value true true ifdef org.apache.taglibs.i18n.IfdefTag JSP key true true bundle false true bundleRef false true ifndef org.apache.taglibs.i18n.IfndefTag JSP key true true bundle false true bundleRef false true locale org.apache.taglibs.i18n.LocaleTag JSP locale false true language false true country false true variant false true formatString org.apache.taglibs.i18n.FormatStringTag JSP value true true defaultText false true formatNumber org.apache.taglibs.i18n.FormatNumberTag JSP value true true pattern false true locale false true defaultText false true formatCurrency org.apache.taglibs.i18n.FormatCurrencyTag JSP value true true locale false true defaultText false true formatPercent org.apache.taglibs.i18n.FormatPercentTag JSP value true true locale false true defaultText false true formatDateTime org.apache.taglibs.i18n.FormatDateTimeTag JSP value false true locale false true dateStyle false true timeStyle false true defaultText false true formatDate org.apache.taglibs.i18n.FormatDateTag JSP value false true locale false true pattern false true style false true defaultText false true formatTime org.apache.taglibs.i18n.FormatTimeTag JSP value false true locale false true style false true defaultText false true