How to force Google search results in English in FireFox?
Problem:
Few weeks back Google introduced the Google.com.kw domain based results in FireFox. These search results turned up in Arabic which is not the primary language of many users like me. This became annoying as I had to switch to Google english everytime I would search for something manually. Unfortunately this behavior is by design from Google which redirects all search queries to localized domains and in turn in localized languages.
Resolution for OSX
This tweak requires a minor change in a file associated with FireFox. Follow the instructions at your own risk. And no this will not breakdown your computer.Look at the screenshots below for extra information.
- Close FireFox if its running
- From UTILITIES select and start Terminal Utility
- In the Terminal window type cd / [this is cd + space + /]. This will bring you to the root of your system
- Now type the following command cd Applications/Firefox.app/Contents/MacOS/searchplugins/
- Now type ls -l this will list all files in the directory. You are looking for a file called google.xml
- Type this command cp -f google.xml google1.xyz this will create a copy of google.xml file in case anything goes wrong
- Type and hit enter this command nano google.xml
- You will see nano editor and the google.xml file listing
- Now look at the file for a line that starts like this <Param name=
- You have to add one line just before this line
- Add <Param name=”hl” value=”en”/> line
- Now press CTRL + X
- Nano will ask you to save the file. Type Y and then hit enter
- You will be back in the terminal directory listing
- Start FireFox and now test your results by searching for using the Google search box
Screenshots for OSX [click for larger pics]
Resolution for Windows
The steps are pretty much the same in regards to editing the google.xml file in Windows.
- Close FireFox if its running
- Open My Computer from your desktop or alternatively from START select RUN and type EXPLORER and hit enter
- Now go to C:\ drive and look for Program Files folder
- In this folder look for Mozilla Firefox > searchplugins folder [look at the screenshot below]
- In this folder you will find google.xml file
- Create a Copy of this file on some other location as a backup
- Now go back to the google.xml file in C:\program files\Mozilla Firefox\searchplugins folder
- Right click on google.xml file and select Open with WordPad [avoid notepad as the formatting is cluttered]
- Look for a line that starts like this <Param name=
- Add this line just above that line <Param name=”hl” value=”en”/>
- Save the google.xml file
- Start Firefox and test Google search results
Screenshots [click for larger pics]















