In working on multi-lingual support for our applications it seems to me
that it would make sense for Cincom to integrate support for Common Locale Data Repository at least when it comes to various locales (we already use it to generate message catalogs for things like currencies, countries, month names and other basic things of that nature). It seems to contain enough information to be able to support any locale without having to maintain the various bits and pieces relating to them, http://www.unicode.org/cldr/ ... <dateFormats> <dateFormatLength type="full"> <dateFormat> <pattern>EEEE, d MMMM yyyy</pattern> </dateFormat> </dateFormatLength> <dateFormatLength type="long"> <dateFormat> <pattern>d MMMM yyyy</pattern> </dateFormat> </dateFormatLength> <dateFormatLength type="medium"> <dateFormat> <pattern>yyyy-MM-dd</pattern> </dateFormat> </dateFormatLength> <dateFormatLength type="short"> <dateFormat> <pattern>yy-MM-dd</pattern> </dateFormat> </dateFormatLength> </dateFormats> <timeFormats> <timeFormatLength type="full"> <timeFormat> <pattern draft="contributed">HH:mm:ss v</pattern> </timeFormat> </timeFormatLength> <timeFormatLength type="long"> <timeFormat> <pattern draft="contributed">HH:mm:ss z</pattern> </timeFormat> </timeFormatLength> <timeFormatLength type="medium"> <timeFormat> <pattern draft="contributed">HH:mm:ss</pattern> </timeFormat> </timeFormatLength> <timeFormatLength type="short"> <timeFormat> <pattern draft="contributed">HH:mm</pattern> </timeFormat> </timeFormatLength> </timeFormats> ... -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On Fri, Sep 5, 2008 at 11:29 AM, Boris Popov <[hidden email]> wrote: In working on multi-lingual support for our applications it seems to me According to Arden's roadmap talk at StS '08, this is something they're working on. http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=roadmap Randy -- Randy Coulman [hidden email] _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Ah, never noticed it. Thanks.
-Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 http://tinyurl.com/r7uw4 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: Randy Coulman [mailto:[hidden email]] Sent: September 5, 2008 11:54 AM To: Boris Popov Cc: VW NC Subject: Re: [vwnc] Locales and CLDR On Fri, Sep 5, 2008 at 11:29 AM, Boris Popov <[hidden email]> wrote: In working on multi-lingual support for our applications it seems to me that it would make sense for Cincom to integrate support for Common Locale Data Repository at least when it comes to various locales (we already use it to generate message catalogs for things like currencies, countries, month names and other basic things of that nature). It seems to contain enough information to be able to support any locale without having to maintain the various bits and pieces relating to them, http://www.unicode.org/cldr/ According to Arden's roadmap talk at StS '08, this is something they're working on. http://www.cincomsmalltalk.com/userblogs/cincom/blogView?content=roadmap Randy -- Randy Coulman [hidden email] _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |