You could do this in your base class if you use markup inheritence

public String getResource( String resource ){
  return Application.get().getResourceSettings().getLocalizer().getString(
resource, null, ""); 
}
-- 
View this message in context: 
http://www.nabble.com/Share-Localization-across-many-pages-componets-tp23323748p23329846.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to