Set Apex default language application : called by Oracle Portal

Hi,
I'm trying to find a way to call our Apex application from portal with the right language preference.
We have the user language preference in a table. I tried to put that value into :FSP_PREFERENCE_LANGUAGE on new session : after authentication, but it's not working, the language is always the same one no matter whoever is connected.
Any idea why ?
Thanks

Hello,
>> My concern is that I can't set this preference to be the default one, from portal to apex.
The following describe a technique that should help you:
Re: Set FSP_LANGUAGE_PREFERENCE in URL
Regards,
Arie.
♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
♦ Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

Similar Messages

  • To set the Default Language

    How to set the default language to any other language other than English.
    Say for example Chinese.

    If you want change the language for the session:
    alter session set nls_language = "SIMPLIFIED CHINESE"
    alter session set nls_language = "TRADITIONAL CHINESE"
    if you want modify the language from DDBB
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14225/applocaledata.htm#sthref1958
    Updates to the Oracle Language and Territory Definition Files
    Changes have been made to the content in some of the language and territory definition files in Oracle Database 10g. These updates are necessary to correct the legacy definitions which no longer meet the local conventions in some of the Oracle supported languages and territories. These changes include modifications to the currency symbols, month names, and group separators. One example is the local currency symbol for Brazil. This has been updated from Cr$ to R$ in Oracle Database 10g.
    Please refer to the "Oracle Language and Territory definition changes" table documented in the $ORACLE_HOME/nls/data/old/data_changes.html file for a detailed list of the changes.
    Oracle Database 10g customers should review their existing application code to make sure that the correct cultural conventions that are defined in Oracle Database 10g are being used. For customers who may not be able to make the necessary code changes to support their applications, Oracle offers Oracle9i locale definition files with Oracle Database 10g.
    To revert back to the Oracle9i language and territory behavior, perform the following:
    Shutdown the database.
    Run the script cr9idata.pl from the $ORACLE_HOME/nls/data/old directory.
    Set the ORA_NLS10 environment variable to the newly created $ORACLE_HOME/nls/data/9idata directory.
    Restart the database.
    Steps 2 and 3 will need to be repeated for all 10g database clients that need to revert back to the Oracle9i definition files.
    Oracle Corporation strongly recommends that customers use the Oracle Database 10g locale definition files; Oracle9i locale definition files will be desupported in a future release.

  • Set the default language and other preferences

    This question was posted in response to the following article: http://help.adobe.com/en_US/robohelp/robohtml/WS1b49059a33f7772672b3318712c5ece24f8-8000.h tml

    It is in the help, the issue is with finding it!
    Click Help > Contents & Index.
    When the help opens enter Default Language. The important bit is to tick This Reference Only so that you stay in the help. That tells you how to set the default language but not how to get to the screen where you do that. To get to that you need to go up a level, use the breadcrumbs.
    I realise it's too late for what you wanted but it may help knowing how to get another answer in the future.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Change the default language of an existing SAP Portal

    Hi,
    Our SAP Portal works with two languages, Spanish and English. The default language is Spanish, but since the company is becoming more international, we want to set the default language to English. Need to know if you can change the default language of an existing SAP Portal.
    Specifically, it is the case of the standard UWL notifications, which are sent by mail in Spanish. For tasks defined in the application, the message is personalized and sent in two languages ​​at once. However, when the task is not defined, notifications arrive in the default language, which is now Spanish. Could anyone tell me if I change it?
    Thanks for the help!

    Dear Marciano
    I hope you are well and many thanks for using the SAP Discussion Forums .
    In relation to the scenario that you have described regarding the language setting for EP and the UWL.
    The language that the portal is displayed in depends on the following heirarchy, with the languages at the top of the list taking precedenceover those at the bottom:
    1.Component (iview) language (defined in the portalapp.xml)
    2.Portal Mandatory language (defined in the prtDefault.properties)
    3.User language (defined in the user#s profile).
    4.Request language (defined by the browser).
    5.Portal Default language (defined in the prtDefault.properties)
    6.System Default language (default locale defined by the OS).
    So for example, if you have your portal user language (as in point 3)set to Czech, but the language of the iView that is the logon page (as in point 1) set to English, that logon page will be displayed in English.
    Regarding the navigation path for the prtDefault.properties kindly refer to the SAP Documentation outlined below which provides a detailed summary and walkthrough regarding the language settings.
    Setting Mandatory Language For Portal
    http://wiki.scn.sap.com/wiki/display/EP/Setting+Mandatory+Language+For+Portal
    - SAP Note: 1013521 - Configuration of supported languages within the portal
    - SAP Note: 1661391 - Portal 7.3 is not displayed in the configured language
    - SAP NetWeaver Portal 7.3: SAP Documentation and Guides: http://scn.sap.com/docs/DOC-23349
    - SAP Note: 1696439 - Changing the Default or Mandatory Locale for a 730 Enterprise Portal
    Using Extended Notifications and the UWL
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/ad/d64842d59fb430e10000000a155106/frameset.htmhttp://http://help.sap.com/saphelp_nw70ehp2/helpdata/en/ad/d64842d59fb430e10000000a155106/frameset.htm
    Kindly update me as per your findings.
    Kind Regards & All The Best
    Troy Cronin - Enterprise Portal Support Engineer

  • How to set the default language in preferences- dictionary- language

    Hi guys,
    i like to set the default dictionary language as well as the lookup path of the dictionary via script. I've found the property dictionary path as well as some settings for qoutation under languages with vendors:
    app.languagesWithVendors[INDEX OF LANGUAGE].name
    app.languagesWithVendors[INDEX OF LANGUAGE].dictionaryPaths
    Thats fine, but how can it set a certain language with vendor as the default language for the application itself? Under the Preferences->Dictionary dialog, I can find a dropdown showing the default language. But how can I access this default or set it?
    The application object has a property object called dictionaryPreferences, but this object only contains some flags like the merge behaviour but not the default language itself. So where is it?
    app.dictionaryPreferences.mergeUserDictionary
    Menue
    Dialog
    API

    Ok guys,
    in the meantime I think I got it. I can setup  several dictionaries for several languages. Depending on the language I use in my paragraph styles the according dictionary will be used. Fine for the desktop.
    But what about the InDesign Server! I use the server via scripting and SOAP ports, webservice calls. I've launched several webservice ports, like 10001,10002,10003,10004. In this case, I can set up a vendor dictionary by providing a path via script send to one port 10001 for example. But here are two problems:
    1. The other InDesign Server instances aka webservice ports and engines won't get informed about the change. I have to run the script on all instances.
    2. The change only lives as long as the instance is running but doesn't get saved. After restart the instance, the setup got lost.
    So can I save the dictionary-setup with an pref-xml file, all InDesign Server instances would use and read per default?

  • How to set the default language for JRE?

    I appreciate the fact that JRE is intelligent enough to select language according to my system default codepage, which is 936 (Simplified Chinese). However, i don't find any option in java control panel or java.exe command line switch to change the codepage for Java back to 437 (which is the default codepage for US english). Is there any way to make the change?

    Thanks, finally i have a way to eliminate Chinese characters in console output. But I'd like to go one step further. Is there any way to permanently set the default encoding for JRE? I don't like the idea of having to add -Dfile.encoding every time i run a java program.

  • How to Set a page as home page in Oracle portal 10g

    Hi,
    I have one doubt.
    How to set a page (Not Page group) as home page in Oracle portal 10g?
    whether it should be a HTML Portlet or some other?
    Thanks & Regards
    Suthan.Sathya

    Hi,
    Welcome to SDN
    By defining the Sort Sequence of Navigation Nodes, you can do this, check the links:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/92/3e703e632c7937e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/53/89503ede925441e10000000a114084/frameset.htm
    If you need more help, just ping back.
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • TS1741 When I try to set-up my Apple TV all the instructions are in German.  How do I set the default language to English?

    MY Apple TV setup is in German.  How do I set it up with English as the default?

    Hi jvm2221,
    I apologize, I'm a bit unclear on exactly what you are seeing, and/or how you are currently crating your reminders. If you are having issues creating reminders that have the correct date, you may want to make sure you are following the steps outlined in the following article:
    Create and use Reminders on your iPhone and iPad - Apple Support
    Regards,
    - Brenden

  • How do I set a default email application in Firefox, so that when I click on an email link it will automatically use Yahoo! instead of Microsoft email etc.?

    Currently it defaults to Windows Livemail 2011. Not sure I want to use this or if it even matters...?

    See:
    * https://support.mozilla.com/en-US/kb/Changing%20the%20e-mail%20program%20used%20by%20Firefox

  • Creation of Multi language Hot links in OracleAS Portal 10g

    Hi,
    Will Oracle App Server + OracleASPortal 10.1.4 will support multil language Hotlinks creations?. multi-lang capability(something like www.domain.com/test?lang=CN)
    Usually under htdocs folder we can create one folder ie as test and include .htm file will direct to that page.
    Can we use Javascript to achieve this or any portal page parameter to read the lang JP, CN, EN as parameters and it will show the Chinese Version of test Page
    could you please provide some suggestions on the above. Thanks
    Regards
    Sona

    Your question is not clear at all. What are you trying to achieve here...? Are you trying to read lang parameter and pass to your portlet based on which the portlet gets rendered in the respective language..?
    If yes, then you can have portal page parameter which will read the url parameter and bind that portal page parameter to your portlet.

  • Setting default language in Pages '09

    Is there a way of setting the default language in Pages '09?
    Each time I want to begin a new document that is not from my templates, I have to change the language to Australian English. With MS Word it was not a problem to change the default language.
    I read in another post to change the settings in the international pane of the system preferences. My iMac no longer has that option.
    Thanks for your assistance.

    I read in another post to change the settings in the international pane of the system preferences. My iMac no longer has that option.
    10.6 just changed the name from "international" to "language & text". Go to system prefs/language & text/languages and move Australian English to the top of the list. Also in system prefs/language & text/text/spelling set it to Austrialian English.

  • Set default language of SpellChecker Add-on IE11 to Dutch

    Hello, 
    Is it possible to set the default language of the spellchecker add-on in Internet Explorer 11 to Dutch with a GPO or registry key?
    We use a Windows Server 2008 R2 server. Default is the language set to English, but our Dutch users do not like it ;) 
    https://social.technet.microsoft.com/Forums/getfile/608446
    Thank you in advance!
    Kind regards,
    Walter Markus

    I've found a solution;
    Open the Group Policy Management and browse to the policy you want to edit
    Go to User Configuration - Preferences - Windows Settings - Registery
    Create a new key:
    Action: Update
    HKEY_Current_User\Software\Microsoft\Internet Explorer\Main
    Value name: DefSpelLang
    Value type: REG_Multi_Sz
    Value data: nl-NL (language of choice)

  • Change default language on browser thru WD Java

    hi all,
    I already created .xlf for internationalization. The scenario is to display the page on the language regard to user's nationality. Do I have to create the BAPI to send the nationality of SAP user to let the WD Java knows the user's nationality? Or WD Java has any info about user's nationality?
    In case I create BAPI to send user's nationality from SAP to WD Java, how can I set the default language on browser? Normally we have to set thru: Internat options => tab General => Languages to change the default language. If I want to set the language from WD Java, what the steps to do? Please advise me on this.
    Thanks in advance.
    Peerasit

    // Set locale for default language on browser
    // In this case, BAPI has been implemented to return 'TH' or 'EN'.
    // @ ModifyView
        //@@begin wdDoModifyView
         wdThis.setDefaultLanguage();   
        //@@end
    It's not working if setDefaultLanguage() is called at wdDoInit.
      //@@begin javadoc:setDefaultLanguage()
      /** Declared method. */
      //@@end
      public void setDefaultLanguage( )
        //@@begin setDefaultLanguage()
         wdContext.currentZbapi_Get_Nationality_InputElement().setIv_Username(getIWDUser().getSAPUser().getName());
         wdThis.wdGetSLCMRegisPrintInvoiceController().executeZbapi_Get_Nationality_Input();
         try{
              if(wdContext.currentOutput_NatioElement().getEv_Nationality() != null){
                   String lang = wdContext.currentOutput_NatioElement().getEv_Nationality();
                   // Get default locale
                   Locale locale = Locale.getDefault();
                   if(lang.equals("TH")){
    //               // Set the default locale to pre-defined locale
    //                    Locale.setDefault(Locale. THAI);                    
                   // Set the default locale to custom locale
                        locale = new Locale("th", "TH");
                        Locale.setDefault(locale);                              
                   else{
                   // Set the default locale to custom locale
                        locale = new Locale("en", "EN");
                        Locale.setDefault(locale);                                        
         }catch(Exception e){
              IWDMessageManager msgMgr =(IWDMessageManager) wdThis.wdGetAPI().getComponent().getMessageManager();
              msgMgr.raiseException(" Invalid locale : " + e.getMessage(),false);
        //@@end
    Have a great day : )
    Edited by: Peerasit Jomsri on Jul 18, 2009 2:01 AM

  • Change default language of login in database

    Hi,
    Working on SQL Azure. I'm running queries that are date dependent and so I need to set the default language of the user to be British (to get dd/mm/yyyy format). How can I do this in Azure. Create Login and Alter Login are restricted and when I query sys.sql_logins
    in master database I can see that the users have default language if US English.
    Thanks,
    Tom

    Hello,
    Microsoft Azure SQL Database does not support using DEFAULT_LANGUAGE options with
    ALTER LOGIN statement.
    SQL Azure stores the data of Date/Time in UTC timezone and it does not support changing the timezone. You should convert date format and apply to the end user applications by yourself. Or you can try to store the date/time with  datetimeoffset
    data type which is support in SQL Azure.
    Reference:http://bobthegoblin.wordpress.com/2011/09/13/sql-azure-and-the-datetime-now-issues/
    http://blogs.msdn.com/b/cie/archive/2013/07/29/manage-timezone-for-applications-on-windows-azure.aspx
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

  • Default language in identity management - please help

    Hello all,
    Is there a way to set a default language for every user (even users from LDAP) that login to portal ?
    I know how to change the language in the 'General information' tab for a user - but i want
    to set a default language for all users including LDAP users.
    Currently the default value of the language is empty.
    Is there a way to do it ?
    Any help will be most appreciated !
    Regards,
    Adija
    Edited by: Adi Jabkowsky on Mar 6, 2009 5:25 PM
    Edited by: Adi Jabkowsky on Mar 6, 2009 5:27 PM

    Thanks Srivastava.G 
    However - this article explains how to set the desired languages in the list of languages, but
    it doesn't explain how to set a Default language for all users.
    I can narrow the number of languages in the language list - but still the language filed for every user is empty.
    We use Netweaver 2004s sp15 and the default language is - no language (which means that the
    browser language is the default).
    The reason i want to set a default language is that our developers used Visual Composer to
    create iViews - and the errors from BackEnd R3 systems are always in English.
    Even when i set the language i desire as the Master Conneciton Language - the errors are still
    in English.
    We've noticed that only when we set the desired language for the user - only then the error is
    displayed in that language.
    I even changed the properties file of the portal, used ForcedMandatory Language - still
    the language field is empty.
    Is there at least a way to change multiple users' language ??
    Edited by: Adi Jabkowsky on Mar 12, 2009 9:34 AM

Maybe you are looking for