My wife gets photostream invites in German rather than English?

My wife gets photostream invites in German rather than English?
We have an Icloud account each and my emails come through in English and My Wife's come throug in German.
Have looked in all the settings that I can think of ICloud Language, Macbookpro language settings. All set to english.
Anybody have any ideas?
Regards Kevin

Hi I have just worked it out. Manage Apple ID and it was set to German.

Similar Messages

  • Suddenly all my searches are displaying in Thai rather than English. Is this a Google problem or Mozilla?

    Suddenly all my searches are displaying in Thai rather than English. Is this a Google or Mozilla problem

    Depending upon where you are connected to the internet, it's probably a Google problem. <br />
    http://www.google.com/support/bin/answer.py?answer=873

  • Firefox is coming up in french rather than english

    when I open firefox the page is written in french rather than english why?

    Try to clear the Google cookies: Tools > Options > Privacy > Cookies: "Show Cookies"
    If the Google (Firefox) or Yahoo home page is in the wrong language then see:
    * Google: http://www.google.com/support/bin/answer.py?answer=873
    * Yahoo: http://help.yahoo.com/l/us/yahoo/homepage/troubleshooting/troubleshoot-02.html

  • How can I get iTunes to use voucher rather than credit card when downloading to iPod touch?

    How can I set up an iPod touch so that it uses iTunes vouchers when downloading apps etc rather than charging to a credit card?

    Hello, Helen. 
    Thank you for visiting Apple Support Communities. 
    Here is the best resource on how iTunes Store purchase are billed. 
    iTunes Store: How iTunes Store purchases are billed
    http://support.apple.com/kb/HT5582
    Regards,
    Jason H. 

  • How do I get customer service using email rather than phone in Thailand

    I have not received an order acknowledgement from my ipad 2 purchase made over the internet (Thailand) on May 6. The money has been taken from checking account already. On the "We keep you informed" support page it says I should have received the email in 24 hours. It's been 3 business days. Are other people experiencing the same?

    sfocean wrote:
    Thanks for your reply. Yes, I agree that when a new phone is purchased, the contract date is renewed as well. However, I had just purchased new phones and one was defective- not my fault. After their failed attempts to get this phone to work, I finally received a working phone, as described in my post. It seems unconscionabl;e to me that they would do something like this. So-I'm on a "Family Plan" with 2 different contract dates? Doesn't make sense. Also, how can they institute a new contract without my ok?
    Appreciate the feedback.
    1st of all, by activating the "new" phone, you are agreeing to the ToS and "giving your ok".
    Next, when you renewed 2 yrs ago, you signed a contract in which you had 30 days to return the phone in exchange for a "new" one. After this 30 day period, you "agreed" to refurbished replacements by signing the original contract and activating your original phone, thus agreeing to the ToS. YOU were not willing to adhere to the contract and ToS which you had previously agreed to, but you now want Verizon to follow those terms that you have already backed out on?

  • Can I get a disc to download rather than online?

    I'm having trouble getting on line with windows explorer on one computer, so I'd like to get a disc of the Firefox to download. because I have Firefox on my other computer and love it. it there any way I can get a disc or what? help please.
    thankyou

    Sorry, Mozilla hasn't offered Firefox on a CD in many years, like 2006 or 2007. Download Firefox on another PC to a USB Flash stick and transfer the setup file to the afflicted PC.

  • How do i get the song to display rather than the clock?

    i have a new 80gig iPod classic. when the music is playing, once the backlight goes off, the song title disappears and a digital clock appears. how do i keep the song title in the screen without keeping the backlight on all of the time?

    Thanks. Let's hope it stores the status of the countless check boxes and radio buttons as I have a couple more feedback ideas in the works .

  • Smartform output showing another language rather than english

    Hi Experts,
    in my system if any of the smartform/script output want to see it showing another language.it's not showing in english language.same smartform in my friend's system it is showing english only.
    Please suggest me the solution.
    Thanks in advance,
    Venkat.

    Hi
    See the attached 2 OSS notes for your problem
    OSSNote:960341
    Symptom
    In some device types (e.g HPLJ4, HPLJ5) you experience non-uniform character spacing in the PDF document after the PDF conversion of SAPscript or Smart Forms documents, using HELVE or TIMES fonts. You want to know the reason.
    Other terms
    CONVERT_OTF, SAPscript, Smart Forms
    Reason and Prerequisites
    The problem is not due to an error in the PDF converter but due to the fact, that the printer font, underlying the device type (e.g. Univers or CG Times in PCL-5 device types), is not available for the PDF converter and is either not available in Adobe Reader. The PDF converter has to try to simulate the layout of the printer font by means of a font which is predefined in Adobe Reader. This is done by assigning the letter widths of the printer font to the font used in Adobe Reader.
    The PDF file contains a table with letter widths, used by Adobe Reader in the output of text, for each used printer font (except PostScript fonts).
    Example:
    %Charwidth values from HP4300 HELVE 060 normal
    /Widths
    [ 278 333 500 633 633 1000 758 333 333 333 633...
    Adobe reader converts this width table, by modifying the space between each character, so that the specified letter width (= space between the current and the next letter) is kept.
    This 'Simulation' of printer fonts results in the sometimes visible irregular spaces in PDF.
    The PDF converter always uses the Helvetica Adobe PostScript font for the display of HELVE and the Times Roman Adobe PostScript font for the display of TIMES. However, for these Adobe PostScript fonts, Adobe Reader often uses a Windows TrueType font, which differs slightly from the original PostScript font.
    Solution
    Workaround: Use the POST2 PostScript device type or the PDF1 PDF device type for the PDF conversion of documents in the Latin-1 character set. They both use the Adobe PostScript fonts Helvetica or Times Roman for the HELVE/TIMES printer fonts.
    Header Data
    Release Status: Released for Customer
    Released on: 30.06.2006 12:44:06
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    OSS Note: 776507
    Symptom
    Documents printed via SAPscript or SmartForms do not print with correct special characters, e.g. ### prints instead of Japanese or Russian characters. What to do?
    Other terms
    SAPscript, SmartForms, printing, device types, OTF
    Reason and Prerequisites
    Help required to choose proper fonts in a SAPscript or SmartForm
    Solution
    When using SAPscript or SmartForms to print (or email or fax) a form from a business application, many factors influence the outcome of the actual text within the form. All these factors must be checked in order to ensure a correct printout:
    1) The language version of the form used to produce the printout.
    Example: If you want to print a French invoice, you need to have a FR version of your SAPscript or SmartForms invoice form RVINVOICE01. And the application program must specify the corresponding language key (FR) when calling the SAPscript or SmartForms API.
    2) The font selections specified in the form (possibly also in a SAPscript style or SmartStyle used in a form).
    Example: In a SAPscript form or a SmartStyle you need to specify HELVE if you want to print German text in Helvetica (or similar) font. If you want to print Japanese text, HELVE is not a valid choice but you need to specify a Japanese font like JPMINCHO in your Japanese form.
    3) The output character set of the device type
    Every printer in transaction SPAD has a "device type" assigned. Device types used by the spooler for printing support only one single specific output character set. All text from the form has to be converted (using SAP's built-in character conversion mechanism) to this output character set.
    A character set can typically support either a single language (e.g. Shift-JIS which supports only Japanese) or a set of languages (e.g. ISO 8859-1, which supports Western-European languages). It is possible that a given language (such as German) can be supported by several output character sets, e.g. you may use either ISO 8895-1 (Latin-1) or ISO 8859-2 (Latin-2) to represent German text. This is so because both character sets contain the special characters used in German.
    Example: HPLJ4000 is a HP LaserJet device type supporting the ISO 8859-1 (Latin-1) character set. ISO 8859-1 can be used to represent e.g. Dutch, English, French, German, Spanish, Swedish but NOT Russian or Japanese.
    As a consequence, it is ok to use HPLJ4000 to print English, German French etc. but not for Japanese or Russian.
    4) The set of available printer fonts for a given device type
    When formatting a document, SAPscript and SmartForms perform an automatic mapping of the font definitions in the form (e.g. "HELVE 14 point bold") and the available printer fonts of the device type. A replacement printer font is chosen, should the specified font selection not be available in the device type. Now this replacement can be problematic if a language-specific font, such as Chinese CNSONG, is specified in a form and it gets replaced by a font which does not support this language, e.g. COURIER.
    To solve this problem, font families in SE73 have language attribute assigned, e.g. some fonts are characterized as being suitable only for certain languages. And when a replacement has to be chosen because the original font from the form is not available in the device type, a replacement font is chosen which has the same language attributes.
    If no fonts for the language in question exist in the device type, the resulting font will not be able to print the special characters and you will see "wrong" output characters in the printout.
    Note on SAPscript/SmartForms Print Preview:
    The OTF Print Preview available in Windows GUI (e.g. from transaction SP01) will sometimes not show the "wrong" characters which appear on the final printout. Here is the reason: since the Print Preview runs in Windows environment, it will use Windows fonts to represent the actual printer fonts. A Windows font typically has more available characters (i.e. covers more character sets) than are actually available in a printer's resident font.
    A typical example where the Print Preview will differ from the printout is here: if you have a Chinese PCL5 printer such as CNHPLJ4 and use the Western Latin font COURIER in your document, the print preview will show you Chinese characters if you (by accident) tried to format Chinese characters in COURIER font. This is because Windows will automatically choose a font that can output Chinese characters (which is actually not Courier). But when you print the job on an actual PCL5 printer with resident Western and Chinese fonts, the Courier font will not print any Chinese characters but Western special characters instead, because the printer's resident Courier font does not include Chinese characters.
    Rule of thumb: all Asian device types (e.g. CNHPLJ4, JPHPLJ4, JPPOST, KPHPLJ4) support not only Asian fonts but also COURIER, HELVE and TIMES fonts. But these Latin fonts can only be used to print English text, not Chinese/Japanese/Korean characters.
    Which fonts are suitable for a given language?
    Language(s): Font family to use in a form:
    Latin-1 (Western Europe/Americas) *******
    DE,EN,FR,ES,NL,SV COURIER, HELVE, TIMES
    (LETGOTH, LNPRINT)
    Latin-2 (Central Europe) ****************
    PL, CZ COURIER, HELVE, TIMES
    ISO 8859-4 (Baltic) *********************
    ET, LT, LV COURIER, HELVE, TIMES
    ISO 8859-5 (Cyrillic) *******************
    BG, RU, SR, UK COURCYR, HELVCYR, TIMECYR
    ISO 8859-7 (Greek) **********************
    EL COUR_I7, HELV_I7, TIME_I7
    ISO 8859-8 (Hebrew) *********************
    HE COURIER, HELVE, TIMES
    ISO 8859-9 (Turkish) ********************
    TR COURIER, HELVE, TIMES
    Simplified Chinese **********************
    ZH CNHEI, CNKAI, CNSONG
    Japanese ********************************
    JA JPMINCHO, DBMINCHO, DBGOTHIC
    Korean **********************************
    KP KPBATANG, KPDODUM, KPGULIM
    KPGUNGSE, KPSAMMUL
    Traditional Chinese *********************
    ZF TWDPHEI, TWMING, TWSONG
    Thai ************************************
    TH THANGSAN, THDRAFT, THVIJIT
    Arabic (Unicode systems only) ***********
    AR ANDALE_J
    Verify your output by examining the OTF data
    When analysing printing problems of this type, be sure to check the OTF data which gets produced by SAPscript or SmartForms. OTF or "Output Text Format" is the intermediate page-description format generated from SAPscript or SmartForms. OTF will contain the final printer font names and character set/language identifiers which help to solve the problem. OTF will even name the form and the language of the form used to create the output.
    The easiest way to do this is to create a spool request from your application, run transaction SP01, use menu
    Goto->Display Requests->Settings
    and choose
    Display Mode: Raw
    Now display your spool request. If this is a SAPscript or SmartForms spool request, you will see OTF data. Each line represents one OTF command, every command starts with a 2-character cmd identifier and possibly some cmd parameters follow.
    Here is an excerpt from a sample OTF file where we highlight the most interesting commands:
    //XHPLJ8000 0700 00000000001
    IN04EALEXTEST_ZEBRA
    IN05%PAGE1
    OPDINA4 P 144 240 1683811906000010000100001
    IN06%WINDOW2
    MT0024401289
    CP11000000E
    FCHELVE 120 00109XSF100SF101110000067E X
    UL +0000000000000
    SW00067
    CT00000000
    ST0453037Dieses SF hat Stil ALEXTEST_ZEBRA mit
    The 1st line with the // (Control) command reveals the device type usedto print: HPLJ8000
    //XHPLJ8000 0700 00000000001
    The 2nd line (IN = Info command) shows the name and (internal 1-char)language key of the form:
    IN04EALEXTEST_ZEBRA
    In this case it is the English (E = EN) SmartForm ALEXTEST_ZEBRA
    The OP-line (OP = Open Page) gives the page format used in the form, it is DINA4 Portrait orientation:
    OPDINA4 P 144 240 1683811906000010000100001
    The CP (CodePage) cmd shows the SAP system codepage used to code the text and the active language. In our case it is codepage 1100 and language E = EN = English.
    CP11000000E
    Finally, the FC-cmd (Font Call) lists a printer font selected within SmartForms. Please note that every SmartForm has a designated default SmartStyle under "Form Attributes->Output Options". In addition, every text node can have a SmartStyle attached (which will override the definitions from the default style for the text). In our case the resulting printer font that was selected is HELVE 12.0 pt bold-off, italic-off.
    FCHELVE 120 00109XSF100SF101110000067E X
    Header Data
    Release Status: Released for Customer
    Released on: 22.08.2005 09:57:20
    Priority: Recommendations/additional info
    Category: Customizing
    Primary Component: BC-CCM-PRN Print and Output Management
    Secondary Components: BC-SRV-SCR SAPscript
    BC-SRV-SSF Smart Forms
    <b>Reward points</b>
    Regards

  • Channels suddenly in spanish rather than english?

    Since Verizon switched the channel numbers, several of our channels, especially the movie channels, are in spanish when they
     should be in English.   The commercials are in english?   And it is only on our DVR, the other two setboxes are working fine?
    We also are having trouble with no sound on a couple channels?  Anyone else have such problems?  Ideas?

    I tried a number of the channels you listed, all are in English here, and I have sound on the Nickoon channel.
    I think I have found your problem. The DVR has an option to set a preferred language, English or Spanish. When I change my preferred language to Spanish, I get Spanish on 340, etc., when it is set to English I get English. So, click on Menu, scroll down to Settings, scroll down to Language, scroll down to Audio Language (I bet you see Spanish), hit OK, select English, exit the menu, and I bet all will be ok with the language. When in Spanish I have no sound on 254 either, get sound with English setting.
    Try it and see if that does not fix your problem.
    Justin
    Verizon FiOS TV, Internet, and phone
    IMG 1.5.0
    Keller, TX

  • Firefox home page automatically opens in French rather than English. How do I correct?

    Home page automatically appears in French language. I would prefer that it appear in English. How can I ensure this?

    If the Google (Firefox) or Yahoo! home page is in the wrong language then see:
    * Google: http://www.google.com/support/bin/answer.py?answer=873
    * Yahoo!: http://help.yahoo.com/l/us/yahoo/homepage/homepage/basics/troubleshoot-02.html

  • CS3 has installed in Japanese rather than english

    I've installed CS3 but it has appears to be in Japanese. I've tried uninstalling and reinstalling but that didn't work.
    Any idea how can I change it to English as its currently unusable?
    thanks

    I think these are for the Cloud, but they are the only links I have
    http://helpx.adobe.com/creative-cloud/kb/change-installed-language.html and
    http://helpx.adobe.com/x-productkb/policy-pricing/order-product-platform-language-swap.htm l

  • Attach to Email - Can we create HTML format rather than plain text

    We need to send invoices & receipts to customers. Our accounting app produces a PDF. We then use the toolbar button (or File|Attach to email).
    Our email client is MS Outlook.
    Is there a way to create an HTML format email (so we can use our signature and get our branding out there) rather than the plain text email which is produced currently.
    Thanks

    look at this page:http://developer.java.sun.com/developer/onlineTraining/JavaMail/contents.html

  • Blank screen rather than error message

    I've written some pages using htp which I am using rather than htmldb and calling using the format http://location:port/htmldb/pkg_test.test and this is working well but if there is an error all I get is a white screen rather than anything helpful.
    Are the errors written to a log somewhere or is it possible to show an error page displaying the error? I'm just testing on my own so I don't need to worry about what a user would see.
    Cheers,
    Greg

    Hi Greg,
    I have a few points here ...
    1) You could use a generic exception handler for all procedures that are called directly via url, like this:
    CREATE OR REPLACE PROCEDURE test_error IS
       l_i   NUMBER;
    BEGIN
       -- should raise ORA-01476: divisor is equal to zero
       l_i := 1 / 0;
    EXCEPTION
       WHEN OTHERS THEN
          HTP.p (SQLERRM);
    END;
    /2) Aside from that you should be able to see the error messages when raising the log level:
    Re: http error log
    3) Also, when testing the htp/htf output, you might use Raptor ( http://www.oracle.com/technology/software/products/sql/index.html ), owa output is displayed there as well. Whow, early adopter release 3 is available!!!
    4) In addition to that you might even use sqlplus to output the result of your stored procedures like this:
    set serveroutput on
    begin
        owa.init_cgi_env( 0, owa.cgi_var_name, owa.cgi_var_val );
        htp.p('hello world');
        owa_util.showpage;
    end;
    /Please be aware that you can only access the web context in scenario 1) and 2). I mean access to the CGI - environment like owa_util.get_cgi_env('REMOTE_USER');
    Well, in 3) and 4) it is still possible to set the environment manually ;).
    Hope that helps,
    ~Dietmar.

  • Quicktime plugin displaying SDP file rather than video in Internet Explorer

    I'm developing a streaming video application. Quicktime plug-in with firefox works fine. With I.E., the contents of the SDP file gets displayed (line by line) rather than the specified video.
    Any thoughts?
    Thanks,
    Hal

    You need to write your HTML so that it supports both the <EMBED> and <OBJECT> tags AND you need to invoke the QuickTime plug-in so that your stream plays in QT regardless of the browser's default settings. There is a great deal of information on these techniques in Apple's updated guide to HTML & QuickTime, including instructions on how to simplify coding by using Apple's AC_QuickTime javascript library.
    http://developer.apple.com/documentation/QuickTime/Conceptual/QTScriptingHTML/QTScripting_HTML_AIntroduction/chapter_1_section_1.html#//apple_ref/doc/uid /TP40001525-CH202-DontLinkElementID2

  • I cut and pasted a description from the Internet. It posted as a link in iPhoto. It seems to have made a global change--all my descriptions are now blue, underlined, and Times Roman 12 rather than Arial white. How can I get this back to the default?

    I cut and pasted a description from the Internet. It posted as a link in iPhoto. It seems to have made a global change--all my descriptions are now blue, underlined, and Times Roman 12 rather than Arial white. How can I get this back to the default?

    Greetings,
    I've never seen this issue, and I handle many iPads, of all versions. WiFi issues are generally local to the WiFi router - they are not all of the same quality, range, immunity to interference, etc. You have distance, building construction, and the biggie - interference.
    At home, I use Apple routers, and have no issues with any of my WiFi enabled devices, computers, mobile devices, etc - even the lowly PeeCees. I have locations where I have Juniper Networks, as well as Aruba, and a few Netgears - all of them work as they should.
    The cheaper routers, Linksys, D-Link, Seimens home units, and many other no name devices have caused issues of various kinds, and even connectivity.
    I have no idea what Starbucks uses, but I always have a good connection, and I go there nearly every morning and get some work done, as well as play.
    You could try changing channels, 2.4 to 5 Gigs, changing locations of the router. I have had to do all of these at one time or another over the many years that I have been a Network Engineer.
    Good Luck - Cheers,
    M.

Maybe you are looking for