%@ page
contentType="text/html"
import="java.util.*"
%>
International JSP Login Page
<%
Locale userLocale = request.getLocale() ;
ResourceBundle loginBundle = ResourceBundle.getBundle("LogOn", userLocale) ;
%>
<%= loginBundle.getString("welcome") %>
<%= loginBundle.getString("message") %>