<%@ page contentType="text/html; charset=utf-8" %> <%@ page import="gr.uoa.di.driver.web.i18n.*" %> <%-- this body is executed only if the bean is created --%> <%-- intialize bean properties --%> <% Locale locale= LocaleFetcher.getLocale(request,response); String SEARCH_THE_REPOSITORIES = langResource.getString("SEARCH_THE_REPOSITORIES" , locale); String LEARN_ABOUT_DRIVER = langResource.getString("LEARN_ABOUT_DRIVER" , locale); String FIND_SUPPORT = langResource.getString("FIND_SUPPORT" , locale); String REGISTER_YOUR_REPOSITORY = langResource.getString("REGISTER_YOUR_REPOSITORY" , locale); %>