Unable to change language from language menu

After updating to Firefox 9.0 and subsequently to 10.0, I've run into a very frustrating and persistent problem with my spell checkers. The problem being, I used to alternate between a US English and a Finnish spell checker plugin, and this worked until the update to 9.0. Ever since, however, the browser only allows me to use one of the two plugins when both are installed. I have not removed, disabled, or in any way altered either of them and both still work individually if the other is disabled from the plugin menu.
As I type this, everything is underlined in red because Finnish is set as the default and the language drop-down menu doesn't let me change it, even though both languages still show up as usual. However, when I try selecting the one that isn't currently in use, it doesn't do anything. So the only way to change the language is to disable the other from the plugin menu and then restarting Firefox, which is obviously not the way it should be.

Try:
*http://kb.mozillazine.org/Preferences_not_saved
*https://support.mozilla.org/kb/Preferences+are+not+saved
Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
*Don't make any changes on the Safe mode start window.
*https://support.mozilla.org/kb/Safe+Mode

Similar Messages

  • Unable to change language for SAP BW Report Iview

    Dear all
    We are currently rolling out BW Web Templates can be displayed in both EN and MS languages. The language can be changed via the URL that we display, e.g.
    For English Language:
    http://<hostname>:<port>/sap/bw/BEx?SAP-LANGUAGE=EN&cmd=ldoc&template_id=ZTEST
    For Malay Language :
    http://<hostname>:<port>/sap/bw/BEx?SAP-LANGUAGE=7&cmd=ldoc&template_id=ZTEST
    We have published these templates into Ent. Portal 6 using SAP BW Report Iview, but unfortunately we cannot view the report in the Malay language (SAP-LANGUAGE=7), even though we have inserted the command SAP-LANGUAGE=7 in the SAP BW Report Iview query string. All the reports, although defaulted to SAP-LANGUAGE=7 displays in English. We also tried to set the language settings for the Iview, but there are no language 7 or MS in the Iview. It can only be defaulted to the Portal’s language, which is English.
    Note that the reports can be viewed in the different languages if we using the URL separately outside of Portal, and also within BW Bex Analyzer itself. Only the Portal doesn’t allow us to view the reports in MS language.
    Can someone help us on this matter? All helps really appreciated. Thanks a lot.

    Hi Chris,
    That's a bit odd indeed. If I understand your question correctly, you do get the BW reports in the correct language (either English or Malay) using the url's in your post but not when using them within a standard BW report iView?
    The language setting for the iView has, unfortunately, nothing to do with the language for the content itself but can you tell me what the requested URL is for both Reports?
    The BW Report iView is based on the Application Integration Component that generates the URL based on the paramaters you provide in the BW report iView.The following template is being used: <iView[PORTAl_URL]>?System=<System[url_Encode]>&Report=<Report>&DynamicParameter=<DynamicParameter[url_Encode]>. I could be that the generation of the URL fails due to the 7 (don't know why, just a gut feeling because it's the only thing that's different between those urls). You could try to use create an iView based on the Application Integrator instead (some more control over the URL template) but first you need to check whether the URL generated by the iView is correct.
    Cheers!
    Frodo
    P.S: Award points if you find this useful

  • CProjects - Unable to change tabs from graphic to table/detail

    Hello experts,
    when the tabs in a project under cProjects changed from graphic to table/detail the Display remains to "Please Wait".
    Further processing of the project is no longer possible. It is  equal if i use WebDynpro application cProjects directly or is called from the portal. 
    I appreciate any hint!
    Thanks in advance!
    Regards
    Lutz

    we had to implement the following notes:
    1471832 Korrekturen zu Unified-Rendering bis SAP_BASIS 700/21 V
    1415405 - JS-Fehler in GANTT
    Now the problem is solved.
    Best regards
    Lutz

  • Unable to change password from admin console getting the following error

    BEA-159907
    USER admin INVOKED ON Security:Name=myrealm AD METHOD getCurrentName PARAMS Users6839815711
    Info: USER user INVOKED ON objectId METHOD method PARAMS params
    can any one help me out

    Hi,
    Please try changing it using WLST Script: http://middlewaremagic.com/weblogic/?p=4334
    or still if you are facing any issue then Reset the Admin Server Account Using: http://middlewaremagic.com/weblogic/?p=323
    Or else please post the complete Stack Trace from the Server Log.
    Thanks
    Jay SenSharma

  • Unable to change field from available text options in SM30?

    It is either yes or no. I cannot change to yes , it keeps going back to no when I save.
    Anysuggestions?
       Thanks.

    Hay!
    Could you plz explain the problem???
    Thanks!
    Sharat

  • Unable to change Value  From M to S in p2011 for Orgini field

    dear freinds,
                 I have uploaded data using the F<M HR_INFOTYPE_OPERATION for infotype 2011 . However i am not able
    change the value for Origin(defaulted as M) ......as this field is greyed out . As such when i am trying to pass another value through coding as S iam not able to do so ....and it is saving in the database as M only ......Is there any way i can get the value as S only?.
    Please find my code below.
    MOVE : fp_wa_temp_final20-pernr TO p2011-pernr,
               fp_wa_temp_final20-date  TO p2011-begda,
                fp_wa_temp_final20-date  TO p2011-endda,
              fp_wa_temp_final20-outtime TO p2011-ltime,
               fp_retyp                 TO p2011-satza, "P10
               'S'                      TO p2011-origf,
               '2011'                   TO p2011-infty. 
    CALL FUNCTION 'BAPI_EMPLOYEE_ENQUEUE'
        EXPORTING
          number = fp_wa_temp_final20-pernr
        IMPORTING
          return = gv_return_struc.
      IF gv_return_struc IS  INITIAL.
        CALL FUNCTION 'HR_INFOTYPE_OPERATION'
          EXPORTING
            infty                  = '2011'
            number                 =  fp_wa_temp_final20-pernr
          SUBTYPE                =
          OBJECTID               =
          LOCKINDICATOR          =
           validityend            = p2011-begda   "'99991231'  " p0050-begda
           validitybegin          = p2011-begda   "'18000101'  " p0050-endda
          RECORDNUMBER           =
            record                 = p2011
            operation              = 'INS'
          TCLAS                  = 'A'
            DIALOG_MODE            = '0'
          NOCOMMIT               =
          VIEW_IDENTIFIER        =
          SECONDARY_RECORD       =
         IMPORTING
            return               = gv_return_struc
              key                = gv_record_key.
         CALL FUNCTION 'BAPI_EMPLOYEE_DEQUEUE'
          EXPORTING
            number = fp_wa_temp_final20-pernr
          IMPORTING
            return = gv_return_struc.
      ENDIF.
    Could any one please correct me where i might have gone wrong or i mean to say how i pass the value forcefully as S
    for the Greyed out filed (ORIGIN) in pa30.
    regards
    divya

    Hi Divya,
    Can you please let me know how you have solved the issue??

  • Unable to change owner from Sa to Satish

    While changing a owner am getting a error 
    Msg 15151, Level 16, State 1, Line 1
    Cannot find the database 'TEST', because it does not exist or you do not have permission.

    ALTER AUTHORIZATION ON SCHEMA::db_backupoperator TO dbo;
    ALTER AUTHORIZATION ON SCHEMA::db_datareader TO dbo;
    ALTER AUTHORIZATION ON SCHEMA::db_datawriter TO dbo;
    ALTER AUTHORIZATION ON SCHEMA::db_denydatareader TO dbo;
    Execute the above commands
    Use <Databasename>
    EXEC sp_dropuser 'Satish'
    EXEC sp_changedbowner 'Satish'

  • Unable to change password from application when Oracle password has expired

    I need to know how to change the users
    (Oracle 9.0.8) password via Visual Basic (v6.0
    SP3) and RDO. If the users password is expired,
    the proper error message is returned, but because
    the user isn't connected to the database, I
    cannot change the password with the "ALTER xxx
    IDENTIFIED BY xxx" sql. Anyone got any
    suggestions??

    you have to unlock it with some other user with the alter user privilege (e.g. sys or system), or (if you use OID) some user with DAS privileges.

  • Unable to change package from $TMP to Z***

    hi friends,
    i have created a screen 700 in function group XCN1,which is under CN package. I have created this screen for enhancement CNEX0007 for customizing fields in WBS elements.
    The problem is coming when i am saving the screen, its not generating any pop-up window asking for new package or transport request number. it is automatically saving it in $tmp package. Even tried to change the package for that particular screen 700 using SE80 and SE03, but its not changing.
    Plz help.

    Hi,
    When I right click on the Screen 0700 which we have added,  the option 'Other Functions - > Change Package Assignment' is not available. When I try  'Write Transport Entry', I get below error:
    XCN1 cannot be included in request/task
    Message no. TK301
    Diagnosis
    "XCN1" is in the package "$TMP".
    Packages whose names start with $ are for temporary objects that you do not want to be used productively.
    The Transport Organizer does not record objects in this type of package, and you cannot include them in requests or tasks.
    Please advise, how to change this screen to a transport.
    Thanks.

  • 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.

  • I just upgraded my Photoshop CC to CC 2104 but eventhough my previous  PS language is english Creative Cloud installed Turkish PS  and there is no language choice other than Turkish in preferences menu. Pls let me know how to change language to English fr

    I just upgraded my Photoshop CC to PS CC 2104 but eventhough my previous PS language is english Creative Cloud installed Turkish PS and there is no language choice other than Turkish in preferences menu. Pls let me know how to change language to English from Turkish.

    Hi BulKa59,
    Thats strange. Could you share a screenshot of the CC desktop app preferences panel?
    May i also know the operating system on which you are working?
    Try to sign out from CC desktop app and then sign in back and check if you get the option to change the language.
    Also, what is your operating system language?
    Regards
    ~ Arpit

  • I need assistance with changing language from German to English

    I need assistance with changing language from German to English. Unable to uninstall product from control panel.

    What exactly means "unable"?
    Since you mention Control Panel, I assume that you are on Windows.  Try using http://labs.adobe.com/downloads/acrobatcleaner.html

  • How do i change language from arabic to english

    in my account profile for itune, how do i change language to english from arabic?

    If the Firefox user interface (menu bar) is in the wrong language or if you want to change the current language then you can get Firefox in the language of your choice here:
    * Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    * Uninstall the current Firefox version, but make sure that you do not remove your personal data.
    * Install the new Firefox version of the wanted language.

  • I try to change language, but wrong flag keeps coming back on menu bar!

    Hi, i've an old G4 quicksilver, I try to change language from original french to italian, but wrong flag keeps coming back in the menu bar... i changed the battery inside (i thought it was that), but no result,
    any ideas?
    thanks in advance

    Hi, try this...
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions.
    Move these files to the Desktop for now...
    /Users/YourUserName/Library/Preferences/com.apple.systempreferences.plist
    /Users/YourUserName/Library/Preferences/ByHost/com.apple.HIToolbox.<12digitHexNu mber>.plist
    /Users/YourUserName/Library/Preferences/ByHost/com.apple.HIToolbox.plist
    Reboot & set it up again.
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.

  • Hi there  I need to change language setting from English US into English uk, in a Mac OS X 10.5.8, how can I do that?

    Hi there
    I need to change language setting from English US into English uk, in a Mac OS X 10.5.8, how can I do that?
    Many thanks

    Change your OS X language
    Your Mac is set to display the language for the country in which you bought the computer. For example, if you bought your Mac in the United States, your Mac is set to English. If you bought your Mac in France, your Mac is set to French. But if you prefer to use a different language, you can.
    If you bought your Mac in the U.S. but English isn't your preferred language,
    you can switch the language via drag-and-drop.
    Open System Preferences and click Language & Text.
    Click the Language tab.
    In the Languages pane, drag your preferred language to the top of the list.
    To apply the language throughout your system, restart your Mac or log out and log back in.
    You can also customize various aspects of any application by choosing Preferences from the application menu. For example, to configure settings for the TextEdit application, open it from your Dock or the Applications folder, then from the TextEdit menu, choose Preferences. Other application preferences can be configured in similar fashion.

Maybe you are looking for

  • Problem with my Apple ID

    I am having a strange problem with my account and I can't find any place to contact Apple about it. I received an email that a purchase was made at "the App Store" and I was charged for it, BUT: 1. the email came to me so it has my email address 2. t

  • Read only responsibility

    Hi I would like to create Read Only responsibility for administration purpose. As i have seen in this forum that, there are some read only resposibilities for AR, HR, AP etc. Like wise responsibility for administration purpose. I do not want to creat

  • How to change background?

    Hello :-P Yup! thats the question i have :-/ How can i put a picture as a background image in a jFrame??

  • Cash book

    hi, pls send me material on cash book. my mail id is [email protected] regards, meghna

  • Where is the Repousse? (In CC Version)

    here. in CS5 (Extended) version, there is the repousse. but... in CC version... where is it?