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]

Reply via email to