I was looking for something like DateUtils for my application. I think this class is not in the current SDK, but only available in cupcake.
Christoph On Tue, Jan 27, 2009 at 10:32 AM, Jeffrey Sharkey <[email protected]> wrote: > > Another quick tip regarding localization is that the framework offers > some helpful APIs and strings that are already translated into several > languages. Two particularly useful strings are android.R.string.ok > and android.R.string.cancel for dialogs, in addition to all sorts of > day-of-week and month names: > > http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/res/res/values/strings.xml > > Also, check out DateUtils, which can really help out with correctly > formatting date/time stamps: > > http://android.git.kernel.org/?p=platform/frameworks/base.git;a=blob;f=core/java/android/text/format/DateUtils.java > > j > > On Jan 20, 2:09 pm, pjv <[email protected]> wrote: >> About the androidxml2po converter: I made one and wrote about it >> here:http://groups.google.com/group/openintents/browse_thread/thread/84d7b.... >> >> On 18 jan, 16:10, "Evgeny V" <[email protected]> wrote: >> >> > I have asked the almost same question >> > here:http://groups.google.com/group/android-developers/browse_thread/threa... >> >> > Hopefully next SDK will support *application scope *(not regional >> > scope) localization. >> > I can't see Now any ways to implement multilanguage application except >> > manually implementation. >> >> > Thanks >> >> > On Sun, Jan 18, 2009 at 3:04 PM, madcoder <[email protected]> wrote: >> >> > > I'm curious how this will impact me and others like me who are English- >> > > speakers but staying in a foreign country. I live in Thailand, and I >> > > often deal with many 'localization' problems. >> >> > > For example, when I log onto Google groups, it references the >> > >http://groups.google.co.th/, and all the menus are in Thai script. I >> > > have to manually change the URL to '.com', then it's readable. >> > > Fortunately, this is one of the 'easier-to-fix' problems. >> >> > > I hope your localization takes into account the users selected >> > > country, not the country they are currently located in. >> >> > > Thanks >> >> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

