Re: Localization issue

2013-06-12 Thread Lance Java
This is core java and not really tapestry related. It's driven by Locale.getDefault() http://stackoverflow.com/questions/8809098/how-do-i-set-the-default-locale-for-my-jvm

Localization issue

2013-06-11 Thread Nomen Nomanum
I have made localization for english, bulgarian, serbian and spanish language, and it all worked fine on my laptop which uses Spanish as default, however, once I have deployed my app to another PC, which has English as root language, I am encountiring following issue: -I have set my property fil

Re: Datepicker localization issue

2011-10-24 Thread Lenny Primak
Yup, Datepicker is Euro-centric :) I did wind up patching the JS code so it's all good now. On Oct 24, 2011, at 2:07 PM, derkoe wrote: > > lprimak wrote: >> >> The dates show up fine for my US Locale, >> but that 6 month popup is "2011 Oct" as opposed to "Oct 2011" :) >> ---

Re: Datepicker localization issue

2011-10-24 Thread derkoe
nother JS date picker you can quite easily create your own Tapestry component (or copy the core one and path it). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Datepicker-localization-issue-tp4928694p4933554.html Sent from the Tapestry

Re: Datepicker localization issue

2011-10-24 Thread Lenny Primak
noticed that. > > Which Locale are you using? In German it works - the dates are shown > localized (Tapestry 5.2.6). > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Datepicker-localization-issue-tp4928694p4932601.html > Sent from the Tapestr

Re: Datepicker localization issue

2011-10-24 Thread derkoe
it, > as it wasn't localized at all. > Hey - cool! I haven't noticed that. Which Locale are you using? In German it works - the dates are shown localized (Tapestry 5.2.6). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Datepicker-localization-issue-tp492869

Re: Datepicker localization issue

2011-10-24 Thread Lenny Primak
There is a a label on top of the date picker that says "2011 October" When you click on that it turns into a popup where you can choose the last six months. I looked at it actually and its hardcoded in JavaScript, so I had to monkey patch it, as it wasn't localized at all. On Oct 24, 2011, at 7:

Re: Datepicker localization issue

2011-10-24 Thread derkoe
nth popup". Can you be more specific or provide an example? -- Chris -- View this message in context: http://tapestry.1045711.n5.nabble.com/Datepicker-localization-issue-tp4928694p4932284.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Datepicker localization issue

2011-10-22 Thread Lenny Primak
Right now the default EN locale for the 6 month popup is not localized properly. "2011Octpber" vs. "October 2011". Worthy of a JIRA issue? - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands