Re: T5: translate input according to locale

2008-06-15 Thread Marcus
Hi Uli, I miss the same feature. We're using this for Grid http://wiki.apache.org/tapestry/Tapestry5OutputLocaleNumber Marcus

Re: T5: translate input according to locale

2008-06-15 Thread Ulrich Stärk
Hi Sven, thanks for the pointer. In the meanwhile, I found the Output component myself - must have overseen it. I created an issue and submitted a patch for the input issue: https://issues.apache.org/jira/browse/TAPESTRY-2457 This introduces support for localized translators if the SymbolCon

Re: T5: translate input according to locale

2008-06-14 Thread Sven Homburg
for your output problem i want to offer you: read the docs more carefull http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry5/corelib/components/Output.html for the input issue: i search for a suggestion too 2008/6/14 Ulrich Stärk <[EMAIL PROTECTED]>: > Hi list, > > For a

Re: T5: translate input according to locale

2008-06-14 Thread Ulrich Stärk
I missed the output component which can output formatted content. Using this with my grid cells I can output the fields with a localized format. This requires some work though, a builtin localization would be much more convenient. For the input issue I think I'll have to write a custom transla

T5: translate input according to locale

2008-06-14 Thread Ulrich Stärk
Hi list, For a multi-language application I'd like my users to be able to input data according to their locale, e.g. different date formats (dd.mm.) or different ways of seperating decimal places (',' instead of '.'). In T4 the translators took into account the user's locale but in T5 this