Hello everybody,

I have a question about the localization in Wicket 1.3 beta 4. I have to handle different files for the same language and the same component. In example, I have a home page in english who says "Hello dude!" (this string is stored in a *.properties file). And I need a second *.properties who store "Good morning mister!", and a way for switching them. I've planned to put this ressource files into separate folder, like this:
/src
 /my/package/MyComponent.java
 /my/package/MyComponent.html
 /my/package/MyComponent.properties // store defaults values
 /properties
   /style1
     MyComponent.properties // store "Hello dude!"
   /style2
     MyComponent.properties // store "Good morning Mister!"

Is it possible? And how can I do that?

Thank you very much!

S. Piller

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to