It seems InstallWizard_es.properties was not copied during my testing :( Sorry for the noise
On 22 September 2014 01:56, Maxim Solodovnik <[email protected]> wrote: > Hello Sven, > I'll double check if all resources are copied > The locale is definitely spanish > will report back tommorow > > On 22 September 2014 01:50, Sven Meier <[email protected]> wrote: > >> Are you sure you're using a spanish locale in your session? >> Do you keep your resources under src/main/java? Is Maven configured to >> copy these? >> >> Sven >> >> >> On 09/21/2014 04:17 PM, Maxim Solodovnik wrote: >> >>> Hello All, >>> >>> I would like to change couple of labels on my custom Wizard >>> (extending org.apache.wicket.extensions.wizard.Wizard) >>> >>> I need to change labels on Next and Finish buttons >>> >>> What I tried: >>> add >>> <entry key="org.apache.wicket.extensions.wizard.next"><![CDATA[Siguiente >>> >>>> ]]></entry> >>>> >>> <entry >>> key="org.apache.wicket.extensions.wizard.finish"><![ >>> CDATA[Finalizar]]></entry> >>> >>> to Application_es.properties.xml (labels were not changed) >>> >>> Created InstallWizard_es.properties (InstallWizard extends Wizard) >>> org.apache.wicket.extensions.wizard.next=Siguiente > >>> org.apache.wicket.extensions.wizard.finish=Finalizar >>> >>> Labels are not changed >>> What am I doing wrong? >>> >>> Thanks in advance! >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax
