Yeah your right. When debugging the JS output in the tacos DebugConsole, we can 
see that the input symbols are correctly set to internationalized values. But 
the calendar does not use this values. It is always in english. Seems like it 
falls back to some kind of default values. 
 
Anyone an idea where to look for in JS debugging. Out knowledge of dojo is very 
small.
 
________________________________

Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Zsombor
Gesendet: Mittwoch, 4. April 2007 15:01
An: Tacos Developers
Betreff: Re: [Tacos-devel] localization of DatePicker




On 1/22/07, Charles-André Martin <[EMAIL PROTECTED]> wrote: 

        Hi folks,
         
                   We are using tacos:DatePicker component in our localize 
application. We would like to know if the Javascript windows content can be 
localized. As an example, the day are Sun, Mon, Tue...
        
        I'm using Tapestry 4.0.1 and Tacos 4 beta 2.
        
        Thanks
        
        Charles-André Martin
        [EMAIL PROTECTED]




As far as I know, it's already localized. The values come from the locale of 
the page. In the DatePicker component, during the render it calls: 
getPage().getLocale(); and then creates a java.text.DateFormatSymbols object, 
and calls the getShortMonths() method.

BR,
 Zsombor

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to