Wednesday, 6 February 2013

NextReports Server Internationalization

NextReports Server 6.0 will allow to change your language between English, French and Romanian. This is done through settings panel:


Now, when you change your logo, theme and language, the refresh is automatically done.

Technically, in Wicket 1.5, this is done  using RenderPageRequestHandler:


getRequestCycle().scheduleRequestHandlerAfterCurrent(

             new RenderPageRequestHandler(new PageProvider(getPage()))

);

No comments:

Post a Comment