Other country address/ phone number formats??

Does anyone know if you can enter individual telephone numbers into a contact's card in the telephone number format of that country? For instance when I want to add a French friend's address and phone number it reverts to US standards, ie: (**)-***-***, when I really need to put the phone number in their French format, like: ** ** ** ** **.
The same applies to that person's street/town address too, it has to be in the USA format not their French way of listing addresses.
I cannot find a way of not applying the country specific "global" address and phone number formatting to individuals who do not have a US address......Am I missing something here? This has been annoying me for some while, while most of my contacts are USA based I'd really like to be able to list other friends and contacts who live elsewhere in a proper regional way...... So I thought I'd reach out to others to see if there's a solution here....thanks!

Hello Peter,
Under preferences inside the address book, there is a phone preference to edit or creative formats for displaying phone numbers in your address book.
"Automatically format phone numbers"
When this option is selected, Address Book formats phone numbers for you when you enter them. To create a new format, click the Add button and type a format in the Format field.
Thanks,
Hope this work out for you!

Similar Messages

  • I want to add automatic fill-in when asked for my email address, phone number, location, etc. How?

    when i visit a website and they ask me to fill-in blanks, such as my email, name, address, phone number, I want firefox to remember. there is an application for auto-fill in. where do I find it?

    See:
    * Tools > Options > Privacy > History: "Remember search and form history"
    * https://support.mozilla.com/kb/Form+autocomplete
    * Autofill Forms: https://addons.mozilla.org/firefox/addon/autofill-forms/

  • 10 digit phone number format

    Does anyone know of a way to change the default BB 10-digit phone number format of NNNNNNNNNN to include either spaces or parentheses?  i.e. (NNN) NNN-NNNN or NNN NNN NNNN.   

    Hi and welcome to the forums.
    If you setup your contact in the (722-344-66770 you can certainly do it. The field is numeric..
    You can view the contact and it will be that format, but when you dial, it will just be numbers, The telco has no need of the dashes and parenthesis so the BB doesn't waste space displaying and sending them.
    The dashes and () in this case mean nothing to the telco. There are symbols that do, but if you stay with these your safe.
    If you need further assistance please ask! If not:
    Please resolve the post using the green kudo's box. Simply check the post that had
    your answer in it. Thanks!
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • SQL phone number format check

    Hello, I am looking for a programmatic way to check phone number formats in my database using SQL. The phone numbers MUST be one of 2 formats:
    XXX-XXX-XXXX or (XXX)XXX-XXXX
    I want to return the row if they are NOT one of these formats.
    Thank you!

    This?
    SQL> WITH t AS (
      2     SELECT '555-555-1212' phone FROM dual UNION ALL
      3     SELECT '( 555 )555-1212' FROM dual UNION ALL
      4     SELECT '555 555 1212' FROM dual UNION ALL
      5     SELECT '(555)555-1212' FROM dual UNION ALL
      6     SELECT '555 555-1212' FROM dual)
      7  SELECT phone
      8  FROM t
      9  WHERE TRANSLATE(phone, '()-0123456789', '()-') NOT IN ('--', '()-');
    PHONE
    ( 555 )555-1212
    555 555 1212
    555 555-1212If you are on 11g, you could also do something with regexp_like, but personally, I think it would be overkill. If spaces are not invalid as long as the rest meets the format, two parens and a hyphen or two hyphens (i.e. the second one could be valid, but not the third and fifth) then use replace to get rid of spaces first and nvl to deal with nulls like:
    SQL> WITH t AS (
      2     SELECT '555-555-1212' phone FROM dual UNION ALL
      3     SELECT '( 555 )555-1212' FROM dual UNION ALL
      4     SELECT '555 555 1212' FROM dual UNION ALL
      5     SELECT '(555)555-1212' FROM dual UNION ALL
      6     SELECT '555 555-1212' FROM dual)
      7  SELECT phone
      8  FROM t
      9  WHERE NVL(TRANSLATE(REPLACE(phone, ' '), '()-0123456789', '()-'), 'x') NOT IN ('--', '()-');
    PHONE
    555 555 1212
    555 555-1212John

  • Change Phone Number Format

    Can we change phone number format from "US" to "Australia" phone number format?

    And Dutch and Irish too, Please?

  • International Phone Number formatting

    Hello all,
    I'm wondering if there are any open source phone number formatting libraries out there? The phone numbers can come from anywhere in the world.
    I would get something like this
    0112024444444
    Algeria
    and get
    011 20 (2) 444-4444
    Thanks,
    Ralph

    I'm sure there are, but there's a lot of formats out there. Why not just have a single field and let people put what they want. If it's not a valid number, then they won't get a call.

  • Allow Multiple Phone Number Formats

    Hi folks,
    In the past I have always set the Phone Number format using the simple Arbitrary Mask feature in the text box properties e.g. (99) 9999 9999 but I have a form where two different phone number formats are acceptable (an Australian landline OR mobile).
    They are:
    (99) 9999 9999
    9999 999 9999
    Is this only possible through the magic of Javascript? I have tried Googling and found nothing.

    Thank you for your reply GKaiseril. I think I'm starting to undertsand it a little bit, especialyul after reading a similar thread that you contruibuted to here: http://forums.adobe.com/thread/861867
    My understanding is that the "vr re_NA_Phone_Commit =" bit specifies where the spaces are in the strong of numebrs, where the brackets go etc. But doesn't this still only set one type of format?
    If I use the following code, it turns 0399999999 (an example landline number) into (03) 5499 9999, great! But if I typed in 0499999999 (an example mobile number) I want it to become 0499 999 999 becasue that's how we format mobile numbers.
    // custom format
    var re_NA_Phone_Commit = /^\(?([0-9]{2})\)?[. ]?([0-9]{4})[-. ]?([0-9]{4})$/
    if(re_NA_Phone_Commit.test(event.value)) 
    event.value = "("+ RegExp.$1 +") " + RegExp.$2 + "-" + RegExp.$3;
    else {
    event.value = "";
    event.rc = false;
    // end custom format

  • Which are the supported phone number formats for IPhone?

    Can anybody tell me which are the supported phone number formats for IPhone? or any link which will help me as I want to know exactly which phone numner formats are supported by iPhones? Thanks in advance

    Thanks for your quick reply. But I want to know like the below mentioned phone number formats, which other formats are supported by iPhone,
    1. +36 1 889 6600
    2. +421 33/591 79 11
    3. +39 035 322048
    4. +65 6336 3456
    5. +61 7 3027 8400
    6. +86 516-83265979
    Can you give some idea regarding this? thanks in advance.

  • HT2731 i live in Cambodia. can i set up an itunes store account with my information in my country? such as my address, phone number, ...?

    why need me to key in phone number in USA? I live in Cambodia.

    FYI, you've posted to the iTunes Match forum, which your question really isn't related to.
    But, the answer to your question is no. To set up an account in a regional iTunes Store the person must have a credit card drawn on a local bank and an address in the local country to create the account. The Terms of Service of the stores also prevent someone from living in one country and using another store.

  • How do you get the email address on a 755P to show-up as something other than your phone number?

    I have a 755p and as far as I know, it is set-up properly, however, everytime I send or respond to an email from my 755P, the"sender" email address shows-up as my phone number with my email address in <>.  I would like to simply have my actual email address only show-up without the phone number, is this possible?  If so, please let me know and be as descriptive as possible as I am not the best with this stuff.
    Thanks in advance.
    Post relates to: Treo 755p (Verizon)

    Are you using the Verizon SMTP server settings in your account? This may be an issue with the way Verizon relays the email and you may need to speak with them regarding the issue.
    For reference purposes, click on the following link for the support page for your device on the kb.palm.com webpage.
    http://www.palm.com/us/support/treo/treo755pverizon/
    There are links on the page to the user guide, troubleshooting, how to's, downloads, etc.
    Post relates to: Palm i705

  • Phone number format in Mountain Lion

    My old Address Book (prior to Mountain Lion's change to Contacts) had hundreds of phone numbers wirth the preference that they would NOT be auto formatted --- I entered the numbers just as I wanted them to appear. Now, after updating to Mountain Lion, all my phone numbers ar formatted the SAME (U.S. convention with use of parenthesis) which is not what I want. Anyone know of a workaround (or will Apple correct this with an update?).

    D. Hoffmann wrote:
    Apple's software engineers probably all live in the greater San Francisco are, where there aren't any area code overlays, which would potentially explain why they didn't think to allow xxx-xxx-xxxx as an alternative format.
    I think the explanation is that they all have cell phones. Apple expects everyone to be in the habit of prefixing all phone numbers with "+<country code>". If you do that, your cell phone will be smart enough to figure out how many digits it needs to dial. Land lines can't do that. Here in Ontario, things are pretty antiquated, If I dial a 905 number, it may or may not be local. I can't tell until I try. If I don't add the 1, I'll be chastised for attempting to make a long distance call without the 1 and get hung up on. If I just add the one and don't need it, I'll be chastised for that too and hung up on.
    So, if you create a phone number in Contacts with "+1", you get a US-style number useable anywhere in the world from a cell phone. If you prefix with a "+33", you get a French-style number useable from anywhere on a cell phone. Apple doesn't do hybrids because that assumes you are dialing the number by hand and no one does that anymore.

  • Luxembourg phone number formatting in iOS = 4.0

    Hello,
    Since upgrading to iOS 4, phone numbers here in Luxembourg are no longer displayed in a readable way, the formatting is incorrect.
    Example : the correct phone number 26 52 26 52 would be displayed as 2 652 2652. That's bizarre, not logical and not readable. The first digit is not a prefix, it makes no sense at all to group phone numbers as # ### ####. You could show it in blocks of 2 or 4 (3 would be a bad choice because numbers are usually 6 or 8 digits).
    Is this a know bug ? In MacOS you can define your own number formats in the address book, but that's obviously not possible in the iPhone.
    Pascal

    Yes, Region Format is set to Luxembourg. Language is set to English. I should have mentioned that my wife and my friends have exactly the same issue with their iPhones.
    Pascal

  • Phone number format inconsistency

    I really like the letter templates in Pages, but have been having the following problem for some time (in previous versions of Pages as well as Pages '09): the format of my phone number and fax number is not consistent.
    For example, my address will appear as:
    555 Park Avenue
    New York, NY 10003
    T (555) 555-5555
    F 555-555-5556
    I have no idea what causes this or how to remedy it. I tried fiddling with Address Book.app, but nothing there seems to have any effect.
    Any ideas?

    This is an address book issue. Got to address book, preferences, phone, then choose your format. You will have to change the formatting of old entries.

  • IMessages sent from icloud address/phone number=2 conversations!

    This is a long-standing issue that defies resolution. At times, my iphone or my wife's iphone will send iMessages from our iCloud addresses instead of our phone number. So if my wife sends an iMessage to me, I sometimes get a new message from "[email protected]". Although her name, email addresses and phone number are in my Contacts, this new conversation shows up as her email address. We used to think it was because she travels abroad and uses wi-fi in her hotel that caused the phone to use an email address rather than her number because she was out of the UK. Not so! Here's what happened today: My wife sent me and our 2 children iMessages from London Heathrow to us three at home. My message came through as from her email address, my daughter's also came through from her email address, but my son, a few yards down the hallway got his from her phone number.
    This is a typical scenario which can work the other way round when it's ME sending her the iMessages where she gets my message as though I'd sent it from my email address rather than the phone number.
    I have been through all the hoops I know of to sort this but I just can't fix it. I don't know whether it's the iPhone, iCloud or what that's at fault. But it is driving me mad.
    In this morning's case, I replied to her message by using an older (yesterday's) conversation to send my iMessage to her, and her reply to that came to me via her phone number, as expected, and good as gold. Had I just replied to her iMessage, it would have perpetuated the TWO conversations. I have tried logging out and back in, deleting the accounts and reinstating them, re-entering the settings, making sure that the "Start new conversations from..." is set up correctly and so on. Then after a while, it returns, randomly, to sending texts from the email and starts a new conversation again. And you can't combine the 2 conversations even when you go to Details-Add to existing contact etc.
    I have also just been informed by a supplier that my iMessages to him are showing up as my email address not my phone number, despite my iphone being set to 'Start conversations from +44777...etc"
    Please throw out suggestions as you wish and I'll be grateful, even if it's one I've already tried and failed with.
    This icloud is a nightmare.
    Many thanks in advance.
    Chris
    iphone 6, latest iOS

    Bump.
    So no one knows anything about this, or how to correct this iMessage bug?

  • Trials team email address/ phone number

    Hi, can anyone give me the youview trials team email address or phone number. After a problem with my computer I lost all my contact details from outlook.
    Thanks in advance.
    Bobd

    You need to ask on the trials forum.
    Stew

Maybe you are looking for

  • Designer Version for O9i ver.  9.2.0.1.0 ?

    Hi, Where can i get Oracle Designer version that goes with Oracle 9.2.0.1.0 for Win2K ? I have downloaded the ones currently available - A99230-01.zip A99231-01.zip But these are for 9.0.2.0.1 and while installing this on top of 9.2.0.1.0, it gives e

  • Payment Prposal Approval

    Hi, Our business needs two level of Approvals for Payment proposal to be converted in to payment run in F110. Is it possible. Thanks in  advance..... Anand

  • My iPhone 4 location is hundreds of miles off. Why would this happen?

    I live in Iowa. Today my iPhone 4 has shown my location - in Maps, Find my iPhone, and Find my Friends - as in Toronto, San Jose CA, Dallas, and Mesquite TX. It keeps changing, and is hundreds of miles off from my actual location. I'm stumped as to w

  • Content alignment problem

    Alignment on all web pages is off, sign in boxes are gone, calenders overlap, graphics gone

  • Problems with Adobe Content Viewer for V30 Folios

    Is anyone else experiencing problems viewing V30 folios on the Adobe Content Viewer app for ipad and iphone. It asks me to download a newer version of the App but as far as I can see I am using the newest version (3.4.5)