The localizer file configured in the web.xml file is used for localization. Each key of the localizer files can be used by the prefix : message.<key> See the getting started page. ^6.1 Server side For server side localization, you can easily access the message like the following: ${message.lbl.firstname} (NOTE:learn about the debug modus to see with messag key available a runtime) ^6 Client side For client side localisation you have to include the necessary javascript: <@jet.cm/> and with <@jet.m key="lbl.firstname"> a span tag will be rendered containig all infos necesary for lcient side localisation
For server side localization, you can easily access the message like the following: ${message.lbl.firstname} (NOTE:learn about the debug modus to see with messag key available a runtime)
For client side localisation you have to include the necessary javascript: <@jet.cm/> and with <@jet.m key="lbl.firstname"> a span tag will be rendered containig all infos necesary for lcient side localisation