Greetings! I'm migrating a I18N enabled Tap3 application to Tap5. The current application is using a custom implementation of BaseEngine class (overriding createComponentStringsSource method to use my provided IComponentMessagesSource) to use internationalized resources form a database. The current T5 API has dramatically changed and seems it doesn't have the same mechanism to provide a custom resurce source as T3.
There is a similar mecanishm in Tapestry 5? Thanks!