Isis is leveraging Wicket here, so I checked the Wicket docs for you; apparently the syntax is actually standard Java format.
see https://wicket.apache.org/guide/guide/i18n.html#i18n_2, specifically "Using XML files as resource bundles" HTH Dan On 6 May 2015 at 09:31, Chuangyu <[email protected]> wrote: > Hi > > Where to get schema of YourApplication_locale.properties.xml ? > > > 2015-05-05 18:36 GMT+08:00 Martin Grigorov <[email protected]>: > > > Hi, > > > > You can copy the entries from > > > > > https://github.com/apache/isis/blob/master/core/viewer-wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/login/WicketSignInPage.properties > > into YourApplication_locale.properties.xml. > > > > There is a ticket to make it possible to Isis localization files for > Wicket > > UI but it is not implemented yet. > > > > Martin Grigorov > > Wicket Training and Consulting > > https://twitter.com/mtgrigorov > > > > On Tue, May 5, 2015 at 1:28 PM, [email protected] <[email protected]> wrote: > > > > > > > > > > > > > > > > > > > > > > > Hi > > > How can I do internationalization of Sing In Page ? > > > Ofcouse I have done i18n of Domain service ,but login page still not. > > > Thanks. > > > James > > > > > > > > >
