Is there a way to get the data: address, postalcode, country ect. in different country formats.
Like in Great Britain: [recipient] [street name] [postal town (town/city)] [postal code] [country name] And in The Netherlands: [recipient] [street name] [postal code] [postal town (town/city)] [country name] I now use the ContactsContract from Android 2.0.1 and tried the ContactsContract.CommonDataKinds.StructuredPostal.DATA1 (FORMATTED_ADDRESS). But this seems to give the data as follows (no matter what country settings): [street name] [postal town (town/city)] [postal code] Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en