Hi

I have a html page called HomePage.html

<html>
<head>
<link href="Resources/css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
English 
Taiwanese 

<wicket:message key="option_id" />


</body>
</html>

and two property files called HomePage.properties and
HomePage_ta.properties.

These files hold the values which should be replaced inside the
<wicket:message> tag.
How can I switch between these property files once the user selects a
particular language inside my HomePage .java class. I also need to change
the css file according to each language.

eg:- If Taiwanese is selected it should look like <link
href="Resources/css/style_ta.css" rel="stylesheet" type="text/css" />

Thanks
-- 
View this message in context: 
http://www.nabble.com/Localization-tp15036142p15036142.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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

Reply via email to