How to add Spanish spell check.

I will like to add the Spanish spell check.  I do not want to switch from English to Spanish.  I will like both to work simultaneously.
Can anyone provide steps to do this?
Thanks.

This is covered in the manual:
iPhone User Guide (For iOS 5.0 Software)

Similar Messages

  • How do I change spell checker and dictionary to Spanish in Pages 8

    How do I change spell checker and dictionary to Spanish in Pages 8

    Rony,
    Welcome to Apple discussions.
    Click on the Text inspector > More > then select Spanish from the Language menu.
    -Dennis

  • How to implement the spell check in oracle forms 10g or 6i...

    How to implement the spell check in oracle forms.
    Is there any different method is there.
    Please help me....
    Praveen.K

    Here is one different from Jspell..
    In 6i client/server you can call MS Word spell checker using OLE. Below sample code for 6i.
    For 10g you will need webutil to use same code. install webutil and just replace "OLE2." with "CLIENT_OLE2."
    PROCEDURE spell_check (item_name IN VARCHAR2)
    IS
       my_application   ole2.obj_type;
       my_documents     ole2.obj_type;
       my_document      ole2.obj_type;
       my_selection     ole2.obj_type;
       get_spell        ole2.obj_type;
       my_spell         ole2.obj_type;
       args             ole2.list_type;
       spell_checked    VARCHAR2 (4000);
       orig_text        VARCHAR2 (4000);
    BEGIN
       orig_text := NAME_IN (item_name);
       my_application := ole2.create_obj ('WORD.APPLICATION');
       ole2.set_property (my_application, 'VISIBLE', FALSE);
       my_documents := ole2.get_obj_property (my_application, 'DOCUMENTS');
       my_document := ole2.invoke_obj (my_documents, 'ADD');
       my_selection := ole2.get_obj_property (my_application, 'SELECTION');
       ole2.set_property (my_selection, 'TEXT', orig_text);
       get_spell :=ole2.get_obj_property (my_application, 'ACTIVEDOCUMENT');
       ole2.invoke (get_spell, 'CHECKSPELLING');
       ole2.invoke (my_selection, 'WholeStory');
       ole2.invoke (my_selection, 'Copy');
       spell_checked := ole2.get_char_property (my_selection, 'TEXT');
       spell_checked :=SUBSTR (REPLACE (spell_checked, CHR (13), CHR (10)),1,LENGTH (spell_checked));
       COPY (spell_checked, item_name);
       args := ole2.create_arglist;
       ole2.add_arg (args, 0);
       ole2.invoke (my_document, 'CLOSE', args);
       ole2.destroy_arglist (args);
       ole2.RELEASE_OBJ (my_selection);
       ole2.RELEASE_OBJ (get_spell);
       ole2.RELEASE_OBJ (my_document);
       ole2.RELEASE_OBJ (my_documents);
       ole2.invoke (my_application, 'QUIT');
       ole2.RELEASE_OBJ (my_application);
    END;Call it like this: SPELL_CHECK ('BLOCK.MY_TEXT_ITEM' );

  • How do I get spell check back on after firefox was updated? Thanks

    How do I get spell check back on after Firefox was updated?

    Not all locales come with a dictionary installed due to licensing reasons.<br />
    If you do not have the en-US locale then check that you have a dictionary installed (Tools > Add-ons > Extensions) and selected.
    You can see which dictionary is selected if you right-click in a text area and open the Languages submenu.<br />
    You can open the "Add Dictionaries" link to install a dictionary if you do not have one.<br />
    Make sure that [X] "Check Spelling" in the right-click context menu has a tick.<br />
    You can enable or disable spell checking globally:
    * Tools > Options > Advanced : General: Browsing: "Check my spelling as I type"
    See also:
    * https://support.mozilla.com/kb/Using+the+spell+checker
    You can look here for dictionaries:
    * https://addons.mozilla.org/firefox/language-tools/

  • Spanish Spell Check for Microsoft Office X

    Is there a way to download a Spanish spell check for Microsoft Office X? Unlike in Windows versions, there is no language option in the tools menu.

    Please post Office related questions here: http://www.officeformac.com/productforums

  • Spanish spell checker in Keynote

    If I change my operating system to Spanish, I can access a Spanish spell checker within Keynote. I cannot, however, specify the language I want to use for a particular Keynote file--as I can in PowerPoint. Is there a way to access the Spanish spelling tools from the docment itself without changing the system preferences language?

    Edit > Spelling > Spelling > Dictionary

  • Spanish spell check

    Can I have mail spell check my Spanish emails as well as my English ones? I have looked for an "add dictionary" option but have not found it. Hoping you guru's can sort me out.

    Edit > Spelling and Grammar > Show Spelling and Grammar, change English to Español

  • How can I enable spell checking for a text box that is just one line, e.g. subject in e-mail?

    In a prior version of Firefox I found a website somewhere that told me what to do to enable spell checking for text boxes that are just one line. I got used to being able to send an e-mail with a Subject Line that didn't have a misspelling. Now it doesn't work. Please tell me how I can enable that again. I am on a Mac using Firefox 6.0.2. Thanks!

    See:
    *http://kb.mozillazine.org/Spell_checking
    *http://kb.mozillazine.org/layout.spellcheckDefault
    You can set the pref <b>layout.spellcheckDefault</b> to <i>2</i> on the <b>about:config</b> page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold (user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • Keyboard input in other languages - How to turn off spell checker?

    I have been trying to send text messages on the iPhone in my native language and it kept replacing all the words with english words. I have tried to turn off the spell checking, but no luck. I have asked the Apple Store employees, no luck there either. How can I type my messages in languages other than english? I don't need a spell checker in my language, I just want an option to turn off the english one.

    Input is essentially English only for this version of the iPhone.
    To convey your request to Apple, use this channel so they will see it rather than just other users like yourself:
    http://www.apple.com/feedback/iphone.html

  • How Do I Get Spell Checker to Flag Words with Numbers?

    Hi,
    I cannot find any articles on this, so sorry if it's already been answered elsewhere.
    I sometimes accidentally hit a number key when typing words like "you"--so that it becomes "y9ou". The Firefox built-in spell checker does not flag this as a misspelling.
    In other programs there is a check box to allow this or not, but I cannot find one for Firefox. I do not use words with numbers very often, except something like W2, so I would prefer those get flagged instead of ones that are wrong like y9ou or w3ere that I make frequently.
    Any help on this?
    Thanks!
    Don :)

    Hi, Again,
    Thanks for the info. And for a quick reply. ;-)
    I checked my current cop0y of LibreOffice (I replaced OpenOffice.org with it several months ago). LibreOffice uses Hunspell as well. I had not checked the boxes to check words with numbers or all-caps as I had previously done in OpenOffice.org, so for all this time I have been thinking it would flag errors in those when it wasn't. Must have made LOTS of mistakes I didn't catch in that time. ;-(
    In LibreOffice, go to Tools => Options => Languages => Writing Aids. You can choose to enable spelling and grammar checking (not sure what the grammar checker oes, since it was already enabled but I have never seen any evidence of it). The below that is a section of checkboxes where you can specify what is and is not flagged by the spell checker. I checked the words with numbers and capital letters choices. So now it will catch all the acronyms I haven't added to the spell checker dictionary.
    I was looking for the same sort of choice in Firefox but didn't see it. Perhaps there is an API in Hnnspell the Firefox developers can use to add this choice as a checkbox, the way it is in LibreOffice.
    I realize this may be perceived as a low priority, but I would certainly appreciate seeing it in a future update of Firefox. At least making this post helped me get the settings i wanted in my word processor.
    Take care and God bless.
    Don :)

  • How do I get spell check on Beta e mail?

    ''locking as a duplicate - https://support.mozilla.com/en-US/questions/789519''
    I am so disgusted with this site! I am trying to ask how to get spell check and you ask for confimation of my address but do not tell me how to do it! This is taking far too much time and I can't send a mail until I know the answer. This Beta site is not user friendly and freezes up every time I use it! I am really frustrated .

    see also post https://support.mozilla.com/en-US/questions/789519#answer-143532

  • Keynote Spanish Spell Check - Keynote Foreign Language Spell Check

    After a fruitless search online and in Keynote Help (and just when I was on the verge of upgrading MS Office) I did learn how to spell check in foreign languages in Keynote. This works through the following Keynote menu selections:
    Edit/Spelling/Spelling then click the tab at the bottom of the window to select your spell check language.
    Thanks to Sara at Apple Tech Support!

    Keynote does Spell Check in foreign languages!

  • How to turn off spell check in iTouch?

    I've tried everything - there doesn't seem to be anything in Settings. How do I turn off spell-check in iCal and Email?

    To answer your question, try:
    Turn Auto-Correction on or off: Choose General > Keyboard and turn Auto-Correction
    on or off. Auto-Correction is on by default.

  • How do we get spell check on Beta? It isn't obvious like before

    I sent a question before but it asked me to confirm my address and didn't show me how to confirm. My problem is I do not know how to get spell check on an e mail. This has been so time consuming because I also can't get to anything once I click. Always getting the hourglass and can't get through.

    see also post https://support.mozilla.com/en-US/questions/789519#answer-143532

  • How can i select spell-check in google chrome

    How can i set up spell-check in my google chrome?

    I do not know whether this will work or not.
    Chrome is not an Apple product.
    Highlight the text field. Right click it then Spelling and Grammer > "As You Type"

Maybe you are looking for

  • Reversal of Changes to Standard program HAP_DOCUMENT_BODY

    Hi there, Yesterday we made changes to HAP_DOCUMENT_BODY web dynpro component. We have added one Interface method which will be called from one of the method in HAP_MAIN_DOCUMENT component controller. This change served our purpose. The purpose is to

  • Photos and Contacts

    I've pretty much given up trying to add friends pictures to their contact info because as far as I can see, the only way to do this, is to have them in front of you, and take a picture of them with the iPhone itself. Considering I dont see 90% of the

  • IPad as 2nd display with MacBook???

    Dear Folks, I asked one of the Apple Store folks about the possibility of using the iPad as a second display with a MacBook Pro. He said Apple didn't offer a cable for that, but he'd been given to understand there was a third party (actually, I guess

  • Modify report xml to delete 'Done' Steps

    Hi, I am trying to modify my Xml report in order to : Add an array of calibration datas : Ok Add an array of instrument datas : Ok Delete every 'done' steps of the report.  Nok (and delete the table if there's no step inside) Because my problem is th

  • SCENE REFRESH PROBLEM

    I hava a big proglem I want to re-compile entire scene. I mean I want to change text, color etc. properties just by one click. I can change them before compiling but I want to change them when my program (my scene) running I tried many things.. canva