April 05
Prof. Ismael H. F. Santos -
ismael@tecgraf.puc-rio.br
2
String Externalization in JSTL
n
I18N functionality in JSTL is provided by the “fmt” tag
n
Locale and resource bundles
n
n
n
n
n
Formatting for numbers, dates, and currency
n
n
n
http://www.javaranch.com/newsletter/200309/AnIntroductionToJstl.html
<fmt:setlocale>
<fmt:bundle>
<fmt:setBundle>
<fmt:message>
<fmt:param>
<fmt:requestEncoding>
<fmt:timeZone>
<fmt:setTimezone>
<fmt:formatNumber>
<fmt:parseNumber>
<fmt:formatDate>
<fmt:parseDate>