22. NestedStringResourceLoader - klopfdreh/wicket-components-playground GitHub Wiki
https://ci.apache.org/projects/wicket/guide/7.x/guide/i18n.html https://ci.apache.org/projects/wicket/guide/8.x/guide/i18n.html
Search for: "Extending the default lookup algorithm"
Available in Version 7.4.0 and 8.0.0-M1 of the wicket core project. Dependency:
Dependency:
<dependency> <groupId>org.apache.wicket</groupId> <artifactId>wicket-core</artifactId> <version>/version/</version> </dependency>
Big thanks to Sven Meier who showed me the IStringResourceLoader interface. 👍