Changing language on macbook

Iv had to put my MacBook back to factory settings, as I was doing it I noticed the instructions and the wording was all in German. Is there anyway I can get it into English?

if everything is in german that means that when you chose the language at beginning somehow german was selected. the only way to correct this is to erase the HD and then reinstall the OS again making sure it's in english.

Similar Messages

  • How to change Language on Macbook Air

    Hi Everyone
    I just bought an Macbook Air used ( as it is ) and its in deferent language. I tried to format it by watching youtube but failed to do so. Can anyone help me fixing this problem please. I am at this point but only 2 disk on the screen. Is there anyway to get back English.

    At startup hold down the Command + Option/Alt + r keys and keep them held down until you seea globe on the screen.
    That will boot the system from the Apple servers on the internet. So have a good working internet connetion and know your router WiFi password, you will need it. From the screen that comes up you have to Repartition the drive as One Partition by selecting One Partition from the Partition layout area on the Partition tab of disk Utility.
    Once that is done, formatted Mac OS  Extended (Journaled) with a Partition Table of GUID (that is found under the Options button) exit DU and select "Reinstall Mac OS X". The original version of OS X the system shipped with will be downloaded from the internet and installed on your Air. Once that finished you will be presented with the system setup pages where you chose a language and the like.
    This is the only way to get all data from the previous owner off that system along with any OS X upgrades they might of done. you can use any of those OS X upgrades as they are Tied to the original owners Apple ID. you have to restore it to a As Shipped From Factory state with the original shipping version of OS X that came on it when it was new.

  • Hi! I have a problem. My macbook pro install all applications only in german( when i change language, it still install in german) This began from aperture 3, it was installed in german, than all apps.Please help.

    Hi! I have a problem. My macbook pro install all applications only in german( when i change language, it still install in german) This began from aperture 3, it was installed in german, than all apps.Please help.

    Hi! I have a problem. My macbook pro install all applications only in german( when i change language, it still install in german) This began from aperture 3, it was installed in german, than all apps.Please help.

  • How to change language in Logic Studio?

    My MacBook is Mac OS X 10.5.6, the system language is Traditional Chinese,
    I want to fill English in my Logic Studio, even though I choose the English when filling software,
    Logic Studio still run Simplified Chinese,
    How to change language for Logic Studio,
    May I have any master help me, Please.
    Thank you.

    Try this.
    Quit Logic
    Open System Preferences
    Click International
    Click Language tab
    Drag English to top of list
    Quit Sys Pref
    Open Logic
    JG

  • How can I change languages as easily on Air as on the iPhone?

    Hello,
    I need to change language quickly as I am working, and often switch languages mid-sentence if I am communicating with other bi-lingual users. It's easy on my iPhone - just tap the 'world' icon - but I can't work it out on the the MacBook Air. I'm using Maverick. I don't want to switch off the auto-correct as it's useful when it's working for the appropriate language. There must be an easy way. Any suggestiongs?
    Thanks,
    A

    I assume you are talking about spellcheck, right?  Unfortunately the only way to easily change the dictionary is via the menu Edit > Spelling and Grammar > Show Spelling and Grammar.
    Whether someone has developed an applescript or automator action which can do this via a keyboard shortcut I don't know.
    You can ask Apple for a new feature via
    http://www.apple.com/feedback

  • What key(s) do i type to change language from english to other? i am writing s story in dual languages. i was told to click command and space bar together but it is not working.

    what key(s) do it type to change language from english to other? i am writing a story in dual languages. I was told to click command and space bar together but it is not working.

    Command Spacebar opens Spotlight as you have found out. If you want to change languages you need to say what app you are using to write the story in, I'm guessing you are using Pages or MS Word. If that's the case
    Pages: Open Inspector - Click the T tab - Click Language and change your language.
    MS Word: Tools Menu - Language - Choose your language.

  • How to reload the screen when changing languages in JavaFX 2?

    I'm beginner with javaFX and i need to change language of the screen. but i have no idea how to reload the screen when the language was changed. The application have a button where have the language available. I want just refresh screen when the user change language.
    Here is the start method to show the stage.
        @Override
        public void start(Stage stage) throws Exception
            this.stage = stage;
            Locale locale = Locale.getDefault();
            ResourceBundle rb = ResourceBundle.getBundle("resources/Label",locale);
            loader = new FXMLLoader(getClass().getResource("FXMLDocument.fxml"),rb);
            root = (Parent)loader.load();
            FXMLDocumentController controller = (FXMLDocumentController) loader.getController();
            controller.setMain(this);
            scene = new Scene(root);
            stage.setScene(scene);
            stage.show();
    here is the function to change the language(in the same class with start function),the rb is the new ResourceBundle:
        public void refresh(ResourceBundle rb)
              //change the language here
    1. I don't want to use the resourceBundle to get value in resource file and set label in scene one by one.like following:
    this.btnLabel.setText(rb.getString(key.test));
    2. I don't want to reload the scene,like following:
        public void refresh(ResourceBundle rb)
             try
                loader = new FXMLLoader(getClass().getResource("FXMLDocument.fxml"),rb);
                root = (Parent)loader.load();
                scene.setRoot(root);
                FXMLDocumentController controller = (FXMLDocumentController) loader.getController();
                controller.setMain(this);
            catch(Exception err)
                err.printStackTrace();
    So do we have a solution to just set the resourceBundle and reload the scene easier?
    Thanks and best regards!

    Your option 2 (reload the FXML for the scene using the new resource bundle as a parameter), is the way this would normally be done and what I would recommend.
    Failing that, you could use option 1 of individually resetting the label text of labeled items (I don't really recommend this).
    Why don't you want to use option 2?
    Perhaps it is because there is some internal state of the UI which differs from the initial state when the the UI is first loaded (e.g. user has typed text in a text field and you want to preserve that).  If that's the case you will need to either go with your option 1 of individually resetting the label text of labeled items, or implement something which preserves the UI state and user data by saving it in memory or to disk, reloading the UI via the FXMLLoader (essentially your option 2), then restoring the UI state and user data to what it was before the language change.  Preserving and restoring the modified state seems complicated to me if you have a lot of state, so I wouldn't really advise this approach unless you really needed it.

  • I changed language from EN-GB to EN-US but my keyboard is still British (only when using FF). How can I change it to EN-US? in English

    I changed language (based on an answer in this forum) from EN-GB to EN-US but my keyboard is still British (only when using FF). How can I change it to EN-US?
    Should I just export my bookmarks, uninstall and reinstall the proper version? That may just be shorter than anything else.

    GREAT!. Thanks a lot for educating me. There seem to be a million things we have to learn about our computers and when we run into them the first time they seem insurmountable. You pointed me to the solution. Thanks again. Ben

  • HT5621 I have changed my apple id on the manage my apple id page. For some reason, the id didn't change on my macbook air. My iCloud still registered my old email id and I can't get it to recognize my correct id. Any ideas? Thanks!

    I have changed my apple id on the manage my apple id page. For some reason, the id didn't change on my macbook air. My iCloud still registered my old email id and I can't get it to recognize my correct id. Any ideas? Thanks!

    Hi Baem_leeds
    Welcome to the Support Communities!
    If you change your Apple ID you will need to sign in with the new information or password the next time you use an Apple service or feature that uses Apple ID. If you have multiple devices that use features and services that require an Apple ID, you will need to sign in again on each device.
    The links below will provide additional information:
    Where can I use my Apple ID?
    http://support.apple.com/kb/HT5616
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/HT1311
    Cheers,
    Judy

  • Changing Language in 6120

    Hi all
    I am having trouble with changing language in 6120.
    Usually, I am use to change language by pressing the # key when i write some thing... BUT the thing is that in 6120, it will change the language only to the language you choose.
    E.G main language is English, I write a URL in english that i want to get to, now, i am in the site and wants to write in Hebrew, However, the options of changing language by pressing on # key is only 123, abc, ABC but not Hebrew, even when i have Hebrew fonts installed. thus, i need to go to the language section, choose Main language as Hebrew, go back to the site and write in hebrew ... cant i do it just with the # key ?! so i will have 123, abc, ABC, אבג ... BTW, i had this option in my old 6230i

    In July of this year, Apple made a change to the iTunes store which essentially makes this impossible (for now). Until that time, there was a workaround you could use as per their Knowledgebase which would let you set the language of the iTunes Store back to English, regardless of what country your iTunes account was based in.
    There have been repeated attempts from the user community to get Apple to acknowledge and address this issue, but the customer service staff have thusfar only referred to the KB article, which doesn't actually help. For now, your only option is to select a different country's store by selecting the flag icon/button on the lower right corner of the iTunes store and reading about applications or music in another store...of course, this actually will log out out of your itunes store account, which means you can't purchase anything, and as soon as you sign back in, you will be forced to the language of the country your account is based in.
    I find this policy of Apple's to be truly repugnant and counter everything they've strived to stand for - but it seems it's here to stay, as they won't acknowledge nor fix it.
    Apple's staff only point to:
    http://support.apple.com/kb/HT2242
    This will not fix the problem we've all been having since July.

  • How to change language in photoshop CC 2014 with rksskogo into English?

    how to change language in photoshop CC 2014 with rksskogo into English?

    go to your installed photoshop directory select locales folder "nl_NL" folder "support files" "tw10428.dat" rename to "tw10428.dat.old" press yes, and restart the tool again

  • Change language in Acrobat XI Pro - It does not work

    I installed Acrobat XI Pro using the Adobe Application Manager (AAM) on Windows 7, English. I am on a Creative Cloud subscription, so i have no .exe file to install from.
    Acrobat XI Pro defaults the  Application Language to English when installing from AAM since Windows is an English version. I want Acrobat XI Pro in Swedish language.
    If i go to Acrobat's Preferences > Language and change the Application Language from English to "Choose at application startup" i never get the dialog that should provide me with the option to change language when i re-launch Acrobat XI Pro. If i hold down Shift-Ctrl when launching Acrobat XI Pro i don't get that dialog either.
    I see the same issue on three computers, two with Win 7 and one with Win 8. Both OS versions are English.
    So, how do i change the Application Language from English to Swedish?
    /Roger

    In case anyone else run into the same issue, here is the solution:
    1. Add remove programs -> Select Acrobat
    2. Then click on Change button  present next to Uninstall option. Acrobat setup dialog will be launched.
    3. Now select Modify option in Acrobat setup dialog
    4. In the dropdown list  select View Adobe PDF
    5. Select the desired language support
    6. Install the required language packs
    When i did, i got the dialog that let me change the language next time i launched Acrobat XI.
    Special thanks goes to Rohit from Adobe!
    /Roger

  • Firefox freeze whenever tired to change language input

    Hi. Whenever I tried to change language input to enter other languages Firefox freeze (program not responding).
    It happens as soon as I hit alt+shift or when I click language bar to select other language.
    It also happens with several languages (that I tested, might be all), and I tried various input software/mode including windows default, all freeze. Reset Firefox under help does not work either.
    This issue occur with Firefox and Chrome, but not IE... Might not be Firefox problem as it happen w Chrome, but and ideas please? Thanks.
    J
    Edit:
    * regedit might be changed, but do not believe touched internet setting.
    * I can enter foreign language as long as I set that language to default, and do not change to other language in the language bar. Currently I am using foreign language input software as default, and switch to English input '''within '''that software.

    Hi. karaoke I am not sure if its the same issue. The crash at language switch on my computer was due to the IME for Eastern Language Banks (Language option -> Detail under text services and input languages -> Properties -> reset/untick auto learn).
    If you are not using Eastern Language IME... I am sure others here have more experience and can better help you. =)

  • How to change language?

    I accidently selected "English" as application language at the first startup of Adobe Reader. Now I do not know how to change it to German, Edit -> Preferences -> International -> Application Language -> "Choose at Application startup" does NOT work. Do I have to uninstall Adobe Reader and reinstall it to change language?!?
    Sorry for my broken English.
    Kind regards - Oliver
    OS: Windows Vista
    Adobe Reader: 8.1.2

    >
    Claudio González, "How to change language?" #2, 26 Mar 2008 5:31 am If you go to Preferences > International (Display in older versions of Reader), you are offered limited language options. These are between English and the language you chose when downolading (older versions), and the present language and selecting language at startup (newer versions), which will probably offer the same two lternatives.
    As I have written, selecting one of these Options does
    b not work!
    Wich means no matter what I choose here it has
    b no effect
    (even after restarting adobe reader or my notebook)!
    Other Ideas?

  • How to change language settings on the latest version of pages?

    How can I change languages in Pages?

    It should do it automatically but otherwise just select select the text:
    Menu > Edit > Spelling & Grammar > Show Spelling & Grammar > Automatic by language > change to your prefered language
    Peter

Maybe you are looking for

  • BOM Explosion for Multiple Process Orders

    Hi, I hope someone can assist me with the following: Is there a report I can run or transaction I can do to have BOM explosion for multiple Process Orders? I would like to input process orders for a week and see the BOM details per PO. Thanks

  • SAP QM Issues regarding follow-up action after Usage Decision

    Dear Gurus - Kindly need your expertise to resolve these issues regarding follow-up action. 1. After taking the UD i need to trigger the follow-up action to send an email with the long text to a group of people. As per standard SAP the email goes to

  • Mac Mini crashing once a day.

    Here's the latest report: Interval Since Last Panic Report:  7234617 sec Panics Since Last Report:          10 Anonymous UUID:                    FF591C54-FC9D-4EBB-98E6-45B639D22A95 Thu Mar 29 23:06:27 2012 panic(cpu 0 caller 0x29a3a1): trying to in

  • Update after Yosemite

    After updating to Yosemite iphoto dose not work but when I try to update it I get this "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled." iPhoto came with my comput

  • Change GTS business partner type from person to organization.

    Hi Gurus, My problem is , I have created business partner in GTS under "Person" but I need to change the role to be a Legal unit under organization. How do I achieve it. I created business partner LUUS-4280 under "person" with role Business partner g