Thanks Sebastien :)

Hello All,

I would like to redefine wizard button on "Application level", maybe
someone can suggest how it can be possible to redefine string resource
resolution order?

Here is the original question:
I have question regarding jqueryui wizard button localization, I need to
localize "Finish" button
I have added string on "Application" level (Application.properties.xml file)
<entry key="wizard.button.finish">bla-bla</entry>
and seems to have no effect

this http://www.7thweb.net/wicket-jquery-ui/wizard/DefaultWizardPage page
states I need to create  *MyPage*.properties or *MyWizard*.properties, but
I need to have all translations in 1 file (we have built-in language editor
in our application)

Is it possible to localize the button on "Application level"?


On Thu, Dec 10, 2015 at 10:38 PM, Sebastien <[email protected]> wrote:

> Hi Maxim,
>
> This is because default wizard's button values are already defined in
> AbstractWizard.properties. So it can be overridden in *MyPage*.properties
> or *MyWizard*.properties, but not in *MyApplication*.property.
>
> I don't know how to tell *MyApplication*.property to take precedence over
> *MyComponent.properties*. Maybe this is a question for users@ ! :)
>
> Best regards,
> Sebastien.
>
>
> On Thu, Dec 10, 2015 at 5:03 AM, Maxim Solodovnik <[email protected]>
> wrote:
>
>> Hello Sebastien,
>>
>> not sure which list need to be CC here :(
>> I have question regarding jqueryui wizard button localization, I need to
>> localize "Finish" button
>> I have added string on "Application" level (Application.properties.xml
>> file)
>> <entry key="wizard.button.finish">bla-bla</entry>
>> and seems to have no effect
>>
>> this http://www.7thweb.net/wicket-jquery-ui/wizard/DefaultWizardPage
>> page states I need to create  *MyPage*.properties or *MyWizard*
>> .properties, but I need to have all translations in 1 file (we have
>> built-in language editor in our application)
>>
>> Is it possible to localize the button on "Application level"?
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>


-- 
WBR
Maxim aka solomax

Reply via email to