blob: 0d12fdb3ba052a58c3521836b9cf206693f7ee35 [file] [log] [blame]
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<html>
<head>
<title>JSTL: Formatting/I18N Support -- Prefix Attribute Example</title>
</head>
<body bgcolor="#FFFFFF">
<h3>Prefix Attribute</h3>
<fmt:setLocale value="de"/>
<fmt:bundle basename="org.apache.taglibs.standard.examples.i18n.Resources" prefix="com.acme.labels.">
<fmt:message key="cancel"/>
</fmt:bundle>
</body>
</html>