Specifying language settings

If the platform interface language differs from the web browser interface language, perform the following steps (this procedure describes the setup for Mozilla Firefox version 3.5, the details may vary depending on your Mozilla Firefox version):

  1. On the Tools menu, click Options.
  2. On the Contents tab, in the Fonts & Colors pane, click Advanced.
  3. In the Default Character Encoding list, select Unicode.

Note. If Mozilla Firefox stores your decision on granting privileges, to modify the decision, edit the prefs.js file located in the user profile folder of Mozilla Firefox.

To learn how to find the profile folder, see http://support.mozilla.com/en-US/kb/Profiles.

Then perform the following steps: Google Chrome setup

1. Close Mozilla Firefox.

2. Open the prefs.js file using any text editor.

3. Search for UniversalXPConnect. You will find the following lines:

user_pref("capability.principal.codebase.p<XX>.granted", "UniversalXPConnect");
user_pref("capability.principal.codebase.p<XX>.id", "<URL>");
user_pref("capability.principal.codebase.p.<XX>subjectName", "")

or:

user_pref("capability.principal.codebase.p<XX>.denied", "UniversalXPConnect");
user_pref("capability.principal.codebase.p<XX>.id", "<URL>");
user_pref("capability.principal.codebase.p<XX>.subjectName", "").

where <XX> is a number and <URL> is a website address. If it is not the website you need, continue searching for the UniversalXPConnect string further in the file.

4. Delete these lines from the code.

 Next page: Google Chrome setup

Be the first to know tips & tricks on business application development!

A confirmation e-mail has been sent to the e-mail address you provided .

Click the link in the e-mail to confirm and activate the subscription.