datetimepicker does not support danish language
-----------------------------------------------
Key: WW-2927
URL: https://issues.apache.org/struts/browse/WW-2927
Project: Struts 2
Issue Type: Improvement
Components: Plugin - Dojo Tags
Affects Versions: 2.1.2
Environment: WebLogic 9.2, client IE6 and IE7
Reporter: Søren Pedersen
I am missing support for the danish language in datetimepicker.
To solved the problem we tried to unpack struts2-dojo-plugin.jar and add a new
dojo_da.js file. The html we use looks like this:
<html>
<head>
<sx:head extraLocales="da" />
</head>
<body>
<table>
<sx:datetimepicker label="In Danish" name="sip" language="da" />
</table>
</body>
</html>
But it didn't work.
If I can fix the issue myself I will be happy contributed.
Regards,
Søren Pedersen
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.