EP 6.0 - Setting preferred language before login

Hello,
We are currently looking at ways of allowing user to set their user language before logging in. On the logon page we want to provide a select box where user can select their default language. The user would enter the username, password, language and click logon button. Upon
logon the Portal content will be displayed in the language selected. I looked in the logon component 'com.sap.portal.runtime.logon.par' on the logon page and there a portion of the code that checks if UME
property 'ume.logon.locale' is set to TRUE and if that is the case it displays the language select. I've modified the UME property file '\usr\sap\J2EE\j2ee\j2ee_00\ume\sapum.properties' and everything displays correctly however upon logon the content language does not get set to the specified language. Can you tell me what I am  doing wrong? Am I missing anything and is this possible?
<%
if( UMFactory.getProperties().getBoolean("ume.logon.locale",
false) ) {
%>
<tr>
<td width="200" height="20">
<label class="urLblStd" for="preferredlanguage">
<nobr><%=logonLocale.get("LANGUAGE")%></nobr>
</label>
</td>
<td >
<select id="ume.logon.locale"
name="ume.logon.locale"
class="urDdlWhl" size=1>
<option value="en">English</option>
<option value="fr"><%=EncodeHtmlTag.encode
("Fran\u00E7ais")%></option>
</select>
</td>
</tr>
<%
%>
Thanks in advance,
Rabih

Hi Rabih,
I'm having the same problem... Did you find a way to get this parameter working ?
Thanks & regards

Similar Messages

  • Why when I set up my Country or Region on my iPhone 5, the default language of the phone is the country's and not the one I selected when I set up my preferred language?

    Why when I set up my Country or Region on my iPhone 5, the default language of the phone is the country's and not the one I selected when I set up my preferred language?

    Go to Settings/General/Reset and choose Reset All Content and Settings. This will erase everything on the iPhone and allow you to set it up again as new with the proper Apple ID.

  • Render page as per User language after login

    Hello,
    I am using Jdev 11.1.1.6 with ADFBC and Faces.
    In our application, user can set default language. It is expected that after login, all contents should be displayed as per user language locale (assuming locale is supported and locale specific resource bundle exists).
    So there is SignInPage and HomePage. I need to access the DB (using methodAction binding for a AM method, that reads the user preference and returns the language) before forwarding to HomePage.
    Code to forward to HomePage is something like this:
    FacesContext ctx = FacesContext.getCurrentInstance();
    RequestDispatcher dispatcher =
    request.getRequestDispatcher(forwardUrl);
    dispatcher.forward(request, response);
    ctx.responseComplete();
    End User locale handling is done by defining ViewHandler class in faces-config file. Implementation is explained here
    Problems faced:
    1) I tried to execute the operation binding but got null pointer...in FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
    2) I tried to redirect using external.encodeActionURL(actionURL) but got illegalStateException...Response is already committed
    It works fine if user after login either just press F5 to refresh the page OR reset the language again using the preference screen.
    How do I get it to work at login? Where can I tap-in the methodAction call between SignInPage and HomePage, so that HomePage is rendered according to language?
    Any help/pointer is highly appreciated.
    Thanks,
    Jai

    Hi,
    1) I tried to execute the operation binding but got null pointer...in FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)
    If you mean ADF operation binding then this only is available if a request is routed through the binding filter. Note that the PageDef file for a page needs to be parsed before the content becomes available as an object at runtime.
    2) I tried to redirect using external.encodeActionURL(actionURL) but got illegalStateException...Response is already committed
    Why don't you use facesContext --> externalContext --> redirect(...) to perform the redirect, The dispatcher.forward() surely doesn't do this
    3) How do I get it to work at login? Where can I tap-in the methodAction call between SignInPage and HomePage, so that HomePage is rendered according to language?
    Programmatic authentication as explained in the Fusion Developer Guide (chapter 30 if I recall correctly) would give you a chance to set the language. However, the language is not set on the ViewObject but should be set on JSF by changing the default language, e.g.
    FacesContext.getCurrentInstance().getViewRoot().setLocale(Locale.ENGLISH);
    Frank

  • Untrusted apps are not allowed to connect to or launch Window Server before login.

    I'm getting this with the Citrix Receiver uninstaller from the command line... but not on all Mountain Lion 10.8.5 systems.  Googling turns up a lot of ideas about a problem with the app or in pre/post-flight scripts, but since it works on some, I wonder.  What is the mechanism that generates this error?  I'm guessing there's some setting or condition that exists on one system that isn't true on the other.  How do I find out?
    Sep 25 10:55:21 palms sudo[74325]:  joliver : TTY=ttys000 ; PWD=/Users/joliver ; USER=root ; COMMAND=/Volumes/Citrix Receiver/Uninstall Citrix Receiver.app/Contents/MacOS/Uninstall Citrix Receiver --nogui
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: 3891612: (connect_and_check) Untrusted apps are not allowed to connect to or launch Window Server before login.
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorFailure: This user is not allowed access to the window system right now.
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: _RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetEventPort: Invalid connection
    Sep 25 10:55:21 --- last message repeated 3 times ---
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSRegisterConnectionNotifyProc called with invalid connection
    Sep 25 10:55:21 --- last message repeated 2 times ---
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetDockRect: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetCurrentDisplayMode: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetDisplayBounds: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetDisplayBounds: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetDisplayBounds: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: CGSGetDisplayBounds: Invalid display 0x00000000
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSGetEventPort: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: CGSSetConnectionProperty: Invalid connection
    Sep 25 10:55:21 palms Uninstall Citrix Receiver[74326]: kCGErrorInvalidConnection: Error enabling suspendResume handling

    Contact Wacom. Unless they have updated drivers there is no workaround.
    Update or remove Quicksilver.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger and Leopard.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer. Now restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.

  • Keep choosen language during login in Portal 9.0.4

    Hello
    In Portal 9.0.4 the language will switch after a login to the default language defined in your browser settings. It seems that this behavior is new in Portal 9.0.4.
    Our problem:
    ============
    We have some public pages and some available only for authenticated users. All the pages are available in multiple languages, even the public ones. So, if a user first looks at the public pages and changes for this the language (with set language portlet) and then logs in, he would wonder why he has to change the language again, or? We want to provide the possibility that a user (also a public one) can choose the language within portal. We cannot estimate that all the users of our website have set their preferred language in the browser settings.
    my Question:
    ============
    Is there any way to keep the choosen language during login in Portal 9.0.4?
    Thanks,
    Chrigel

    hi chrigel,
    tested this in portal 9.0.4.
    i select language a at login screen. browser has language b set as default language and language a as second language. when i now login portal keeps the language a as the session language.
    even if you login with language c set and browser has only language a and b set the portal pages show up in language c, which means that this is the session language as well.
    i was testing with IE 6.
    regards,
    christian

  • My itunes account was disabled for some reason.  I changed password in iforgot and still didn't work.  I could log in but not make purchases from the store so I set up a new login/account .  Is there any way to move my music to the new account?

    My itunes account was disabled for some reason.  I changed password in iforgot and still didn't work.  I could log in and see my music but not make purchases from the store or even redeem an itunes gift card so I set up a new login/account with another email account of mine. On the new account I can redeem my gift card and download items onto my ipad2.  Is there any way to move my music to the new account?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Changing Preferred Language leaves Mail.app's FLAGS menu showing the last non-English language

    After changing the System's Preferred Language to FRANCAIS, then back again to BRITISH ENGLISH, I've found that the FLAGS menu of MAIL.APP will not change back to ENGLISH.
    e.g.
    - I change the Preferred Language setting to FRANCAIS,
    - I restart Mail.app.
    - I change the Preferred Language setting to BRITISH ENGLISH
    - I restart Mail.app.
    The Flags menu is still in FRANCAIS. Every other menu is using the correct language
    - I then change the Preferred Language to ESPANOL
    - I restart Mail.app
    - I change the Preferred Language setting to BRITISH ENGLISH
    The Flags Menu is now in ESPANOL.
    It seems I can change the FLAGS menu to anything other than ENGLISH or BRITISH ENGLISH.
    Rebooting between changes and/or leaving Mail.app open or closed seems to make no difference.
    It's quite annoying as I make extensive use of keyboard shortcuts to flag emails....!
    Any clues?

    I should point out that every other menu is changing correctly to reflect the Preferred Language. It is just the FLAGS menu that is not changing to english.

  • HT2589 How to set a password before buying an app

    How to set a password before buying an app

    The Apple Support Communities are an international user to user technical support forum. As a man from Mexico my first language is Spanish. I do not speak English, however I do write in English with the aid of the Mac OS X spelling and grammar checks. I also live in a culture perhaps very very different from your own. When offering advice in the ASC, my comments are not meant to be anything more than helpful and certainly not to be taken as insults.
    Try to buy an app and you will be presented with a screen to create an iTunes/Mac App Store account if you have never created one. If you have an iTunes account, sign into the Mac App Store with the same username and password.

  • How to set selected Language from Portal dropdown in Logon to User profile

    Hi Gurus,
    I select a language in Portal Language dropdown in the Logon Page.
    After login in the content is getting displayed in the browser language.
    I want the portal content to be displayed in the selected language in the portal LogonPage.
    I checked the thread Logon page change to add a dropdown for language
    The is the requirement for me too .
    Kindly suggest me on how to set the language in the Portal user Profile so that the portal contents gets displayed in the selected languages from the dropdown .
    Thanks in Advance

    Hi Prasanna,
    The language that the portal is displayed in depends on the following
    heirarchy, with the languages at the top of the list taking precedence
    over 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 Russian, 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.
    Keeping the above in mind, please make the necessary changes to the
    configurations and check if it helps.
    Regards,
    Sowmya
    Edited by: Sowmya K on Jun 2, 2011 11:32 AM

  • How to set the language of oracle universal installer

    Hi all,
    I have downloaded oracle9i database release 2 Enterprise/standard/personal edition for windows. so I got the them into 3 different folders as said in the oracle site. I have few questions.
    1.i have installed oracle using the universal installer, but my operating system is winxp german version.I want the installer to be in english so that i can easily navigate, how can i set the language. Does the installer automatically detects the OS and chosses the language.
    2. I have 2 sql scripts. One with Schema(tables for database with create statements) and other file with data(insert statements).That is Schema.sql, data.sql. How can i use these scripts for querying using the installed database.
    3. I am totally confused with SID, how to set it and what does it indicate(functionality).
    4. The login for SQL PlUS, i used scott and tiger. Because i think the installer did not installled completely, i could not create my own username/password. What will be the host-string while logging to sqlplus.
    Thanks and Regards
    Babu.

    1.i have installed oracle using the universal installer, but my operating system is winxp german version.I want the installer to be in english so that i can easily navigate, how can i set the language. Does the installer automatically detects the OS and chosses the language.From the control panel, regional setting, make default for English (United States) and English as default language. While installing oracle from OU, choose only english langauge.
    2. I have 2 sql scripts. One with Schema(tables for database with create statements) and other file with data(insert statements).That is Schema.sql, data.sql. How can i use these scripts for querying using the installed database.Once you have installed oracle and create database, make sure the following and then run your scripts.
    1. Check oracle services are started or not from the windows services. If yes, then do step 2, else, start services first and then do step 2.
    2. set oracle_sid=your_database_name
    3. sqlplus /nolog -- when you give this command, if you get reply that connected to idel instance, then, your database is not up, in this case, startup your database after step 4. (startup)
    4. connect / as sysdba
    5. run your script to create schema.
    --once schem created. connec to your newly created schema.
    6. connect username/password --
    7. run the script (insert records)
    3. I am totally confused with SID, how to set it and what does it indicate(functionality).ORACLE_SID is nothing bur your oracle database name. You will be asked to provide the database name while installing and creating oracle database.
    4. The login for SQL PlUS, i used scott and tiger. Because i think the installer did not installled completely, i could not create my own username/password. What will be the host-string while logging to sqlplus.As long as you want to do it on the database server, then, you dont need tnsname. If you want to access database from other machines, then, you need to create a tnsname to connect.
    Jaffar
    OCP DBA

  • Question on preferred language errors in logfile

    Hi,
    running ICS 5.1.1 plain on Solaris 9. In the http.log file I see hundreds if not thousands of warnings/errors like:
    [21/Dec/2004:10:01:16 +0100] <nodename> cshttpd[29477]: General Notice: User <username>: Preferred language (nl) can not be found. Use English instead.
    Is this 'Preferred language' setting derived from the user's LDAP entry attribute 'preferredLanguage: nl'?
    And if so, what can I do to prevent this error from showing up? AFAIK the 'preferredLanguage' setting is shared between various applications like the webmail interface and possibly other site-specific applications. So just changing the preferredlanguage value seems to be not an option.
    /rolf

    Hi,
    running ICS 5.1.1 plain on Solaris 9. In the http.log file I see hundreds if not thousands of warnings/errors like:
    [21/Dec/2004:10:01:16 +0100] <nodename> cshttpd[29477]: General Notice: User <username>: Preferred language (nl) can not be found. Use English instead.
    Is this 'Preferred language' setting derived from the user's LDAP entry attribute 'preferredLanguage: nl'?
    And if so, what can I do to prevent this error from showing up? AFAIK the 'preferredLanguage' setting is shared between various applications like the webmail interface and possibly other site-specific applications. So just changing the preferredlanguage value seems to be not an option.
    /rolf

  • Change TrackPad(Click= Tab) before login

    Hi all,
    Is it possible to change trackpad behaviour before login into my account?
    Currently the trackpad is set to "Click" but I want it set to "Tap" before logon.
    Once I'm logged on it is working ok so it's basically only setup for my user account via (System Preferences>Trackpad>Point&Click)
    I've searched this discussion forum but only found not properly working trackpads, I have no issues with my trackpad.
    OS X Version 10.9.4
    MacBook Pro Retina, 13-inch, late 2013

    “Tap to Click is a user specific preference, just like your Desktop picture or Screensaver. If you log out of your account, you won't be able to tap to click at the logout screen. In addition, when you start up to the Install DVD or Apple Hardware Test, the Tap to Click feature won't be available.”
    http://support.apple.com/kb/HT4331

  • How can event reminders be delivered in a user's preferred language?

    Can the event reminder function of iPlanet Calendar Server(iCS) 2.1 P1 be
    configured to send reminders in a user's preferred language if the language is
    not English (e.g., French, Italian, or German)?
    <P>
    In iCS 2.1 P1, there is a server parameter in the server.conf
    file called
    caldb.smtpmsgfmtdir for
    configuring the email notification tag lines. Setting the
    caldb.smtpmsgfmtdir
    parameter indicates which locale iCS will use for email messages. The default
    value is "en," or English.
    <P>
    Unlike the user interface, iCS 2.1 does not automatically attempt to change
    the locale on a per-user basis. A future release of iCS will address this
    issue of automatically changing the locale on a per-user basis.

    Hi,
    All you need to do is to create the condition in the discoverer instead of in the query.
    Create a custom folder containing the following sq (note that i removed the condition)l:
    SELECT s.segment1 vendor_number
    ,s.vendor_name
    ,flv1.meaning classification
    ,pca.certificate_number
    ,pca.certifying_agency
    ,pca.expiration_date
    ,flv2.meaning status
    FROM ap_suppliers s
    ,pos_bus_class_attr pca
    ,fnd_lookup_values flv1
    ,fnd_lookup_values flv2
    WHERE pca.vendor_id = s.vendor_id
    AND flv1.lookup_code = pca.lookup_code
    AND flv1.lookup_type = pca.lookup_type
    AND flv2.lookup_code = pca.class_status
    AND flv2.lookup_type = 'POS_BUS_CLASS_STATUSES'
    Then create a discoverer report using this folder using all fields.
    Create a new calculation as (use this exact syntax):
    Sysdate + :No_of_Days_in_the_Future
    Create a new condition:
    pca.expiration_date <= <your calculation>
    To complete it add a sort as you did in the SQL.
    That's it.
    Tamir

  • IChat is set to load at Login -- "iChatAgent" always wants sys password???

    Downloaded the "Keychain Update" (but, before that, actually brought the keychain back over manually) . . . So, everytime our iMac G5 w/ Leopard re-boots or re-logs-in . . . we have several app's set to load at login . . . there's a pesky little message:
    "iChat Agent wants system password" or something like that. What's the iChat Agent? Is there some little file to delete / modify to make this go away!?!
    Not a very big deal, but enough for me to post this. Help! And, Thanks!
    GO APPLE!!! GO LEOPARD!!! GO VOTE!!!

    The username.keychain keychain was the default login keychain in 10.2 (and maybe 10.3?). With Tiger, the default was named login.keychain unless you had the old username.keychain and in that case it would use it. With Leopard, it creates a login.keychain and uses that, no matter what, though it will also unlock and use username.keychain.
    Confusing and complex? Yeah, sorta IMO, it's best to just move the old username.keychain aside and maybe just migrate all the relevant keys and certificates to the new login.keychain. An upgrade is a good time for a little system cleanup!

  • Changing Preferred Language

    How can I change the preferred language of my online account?
    By mistake, my "region" upon sign up was set to Japan (my employer did this, since I live in Japan), but I am American & don't speak Japanese.
    Based on a few Google searches, it seems like I have to delete my account & sign up again in order to change the region.
    I'm hoping that's outdated information. But if that's indeed the only remedy, how inconvenient for everyone involved!

    You can not change your country region by yourself.
    Could you visit to following site and then click link "Still need help? Contact us".
    http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html
    You can chat with Customer Service.
    Please ask to them about your changing request issue.
    Thanks & regards,

Maybe you are looking for

  • Playing video from a flash streaming server

    Hi I've been trying to insert a video in a flash project that is hosted on a flash media server. I put the address wich by the way is rtmp://p8bezucu.rtmphost.com/testevideo/portfolio.flv and it doesn't work, I'm pretty sure that the address is right

  • Authorization issue when sharing project in eclipse to HANA trial instance

    Dear colleagues, I'm new that registered a trial account on hana cloud platform cockpit.When I do the step by step scenario create HANA XS Application, I faced some problem: after I created the project in Eclipse and tried to share it via hana cloud

  • Does anyone know if there is a 64 bit version of Ps Elements?

    I just noticed that I am using a 32-bit version of Elements 12.  Does anyone know if there is a 64 bit version?  (I remember reading somewhere that this was why they got rid of the "Magic Extractor" from version 11, because it was in a 32 bit format

  • Oracle HTTP server could not be started.. Urgent....  help me!!!

    Dear oracle professionals, I've installed 9iAS in my win2000 server. and it was working well but yesterday when i started my oracle http server service it says the following error in a message box, "Apache.Exe - Entry point not found The procedure en

  • Re: Qosmio F60 - sound disappear sometimes

    Sometimes without being my laptop in silent mode the sound cannot be heard. Then I go to the windows bar and after that pressing on mute button to be in silent mode and pressing the same button again then the sound appear. Does any one have an idea t