Customizing the portal language

Hello,
Is there any way to select the portal language ?? I need spanish.....
TIA

Yeah,
It is possible. Check out this URL http://otn.oracle.com/docs/products/ias/doc_library/1022doc_otn/portals.102/a90096/cgpost.htm#1016810
It provides a step by step guide to do so.
Thanks,
Anu
I4m working with portal 3.0.
I have not already made any step.... I just want to know whether it4s possible or nto
TIA

Similar Messages

  • Language of Webdynpro after changing the Portal Language

    Hi All,
    Even after changing the portal language from for ex. English to French, the webdynpro is still displayed in English language.
    If this session (portal window) is closed and new portal session is started, then the webdynpro is displayed in French.
    Also please note that, for iviews built using Portal HTMLB (like JspDynPages), restarting the session is not necessary.
    Any answer/solution/pointers/SAP Notes supplied is greatly appreciated.
    Regards,
    Rajit

    Hi,
    Refer to SAP Note 947081 about Internationalization
    The Blog at /people/bertram.ganz/blog/2007/01/08/the-top-12-hottest-sap-notes-every-web-dynpro-java-developer-must-know talks about this Note.
    3rd point mentions about "Language change in the portal (through portal personalization) does not get immediately reflected in the Web Dynpro iViews?"
    Hope this solves your query.
    Kind Regards,
    Nitin

  • Can the portal language be specified in the URL

    can the portal read the language information from the launching URL?
    something like:
    The specified item was not found.
    The specified item was not found.

    Hi,
    Instead of passing lang using URL parameter, why dont u give an option to end user to choose login lang
    Set logon.locale parameter in UME service... U have to use configtoo..
    go to GLOBAL server configurations ... access UME service .. change this parameter to TRUE ...
    Now portal login page will give u a dropdown to choose login language..
    Try this .. this works!!
    Cheers!!
    Ashutosh

  • How to pass the portal language with the URL

    Dear experts,
    We are trying to call the SAP Enterprise Portal (Online Catalogue) from SAP ERP (ECC6) with an URL that looks somehting like this:
    http://xxx.com/irj/portal?j_user=xx&j_password=xx
    This works fine, however we would like to add the language as a parameter, something like &language=IT but this doesn't work. I've tried multiple paramaters but none of them brought any success.
    The only half-valuable parameter we found is ume.logon.locale which is only considered on the logon screen, though.
    Does anybody know which parameter I need to use? Does the SAP Enterprise Portal accept language settings comming from the URL?
    Thanks a lot & regards,
    Pascal Thalmann

    Hi Abdul and Ayyapparaj,
    Thanks a lot for your quick answers but unfortunatelly nothing helped.
    @Abdul: I am aware of this risk, but thanks for the hint. The paramter sap-langage was already known but did not bring the desired results - it seems not be accepted.
    @Ayyapparay: I had already visited the link you mentined in your reply. The list seems to be related to Web Dynpro Applications which does apply to my problem. Furthermore, the parameters I am using at the moment (j_user & j_password) are not documented.
    Any other ideas?
    Thanks a lot and regards,
    Pascal Thalmann

  • Changing the English language to Chinese in portal.

    Hi,
    For a particular system,my customer wants every description and WoCs should be in Chinese in the portal.So,i changed the language for that user in the backend.But when i checked in portal,i found that only WoCs are coming in chinese language and description for particular WoC is coming in English.
    Can you suggest me in this issue.
    Thanks & Regards,
    harshavarddhan

    Hi Harshvardhan,
    Just to share some of my expereince while working with translation.
    First of all, the portal that I am currently working on does have a customize iView to change the portal language.
    Basicaly the portal language is refelcted in
    User Admin -> Identity Management, you will notice there is a Langugae field for the portal user.
    This language setting has higher priority compare with the Internet option language setting in the browser.
    The JCO connection to R3 system, we leave it as blank, so that whenever portal user access to R3 system,the login
    language (sy-langu) will same as the portal language setting.
    Invalid the Metadata cache in
    System Admin->System config->Webdynpro console.
    Some of the data element and text element does not reflect immediately due to the meta data cache in the portal, you need to invalidate those related Meta data dictionary then the translation will reflect.
    Hope this will be helpful to you.
    Edited by: V. Kong on Aug 4, 2008 5:31 PM

  • HOW to define the default language in the portal

    Normally the portal take the language of the internet explorer for user.
    I want to define a default language for all portal users in our portal, so that every user get the same default language.
    Can anyone tell me how to do this?
    We are on EP6 SP2.
    Thanks Sybille

    Hi Olivier,
    thank you for the response.
    I added
    request.mandatorylanguage=de
    request.mandatorycountry=de
    to
    request.defaultlanguage=de
    request.defaultcountry=de
    Now, I get the default language german, but when I want to changed the portal language over personalize to English, the result is nevertheless the german language.
    Can you help me again? Where can I get a documentation about this?
    I want a default language: German. Also when the Internet Explorer has a different language. But when the user select manual one of the permitted languages (English and German) over the personalize button, the language should change to the selected language. Is it possible?
    Bye Sybille

  • Change the language (locale) of the Portal

    Hi everybody,
    I have to implement internationalization in my Portal.
    I do it throws bundle resources in my iview and throws Portal Content Translation for workset name.
    But now, I need to implement a iview in which there are 3 flag (english, french and german for example) and when a user clicks on one of these, this changes the Portal language.
    Do someone know how I can do that?
    I think I have to change the locale of the session on the button clic but I don't find how to di that ..
    Thanks,
    Fabien

    > Hey i used "if(language.equals("EN"))" coz some times
    > there is the need to implement all the languages say
    > English, german, etc...
    Of course it is, this is the whole sense of a ResourceBundle...
    http://java.sun.com/j2se/1.4.2/docs/api/java/util/ResourceBundle.html
    In portal components it's even simpler, just declare the bundle in the portalapp.xml and read strings as described here:
    http://help.sap.com/saphelp_nw04/helpdata/en/97/cd1e400191f72ee10000000a1550b0/frameset.htm
    What Fabien needs, is a component placed on the framework page that changes the user's locale.
    This is an example coding to change the language to french:
    public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
    try {
    IUserMaint mutableUser = userFactory.getMutableUser(request.getUser().getUniqueID());
                mutableUser.setLocale(Locale.FRENCH);
                mutableUser.commit();
    } catch (UMException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    Regards, Karsten

  • Change the user portal  language by code

    Hi,
    I want to change the portal user language  by code .
    Untill the user sets the portal language the default is the browser/or application .....
    I want to write code that if the user didnt set the portal language ..then the language  is set to X.
    Any ideas ?
    Thanks.

    Hi,
    Try this....
    IWDClientUser user=WDClientUser.getCurrentUser();
                 IUser myuser=null;
                 myuser=user.getSAPUser();
    String userID=
    try {
         IUser myuser=userFact.getUserByLogonID( myuser.getUniqueName() );
         IUserMaint usermaint=userFact.getMutableUser(myuser.getUniqueID());
                    usermaint.setEmail(wdContext.currentContextElement().getVa_Email());
         Locale lc=new Locale("en");
         usermaint.setLocale(lc);
         usermaint.commit();
         } catch (UMException e) {
         wdComponentAPI.getMessageManager().reportException(e.getMessage(), false );
         e.printStackTrace();
    Regards,
    Srinivas

  • Portal language refresh / reload (user data source ABAP stack)

    Hello,
    I'm on SAP NetWeaver Portal 7.0 with user data source on ABAP stack.
    I'm trying to create simple JavaScript links for changing the Portal language.
    I was able to change the ABAP stack user's logon language by BAPI call.
    But the newly set language shows up only after the user logs out and logs in again.
    I know that in the WebDynpro for Java, which implements the UME user interface, there is a functionality, that allows that relogging of the user is not necessary. After setting the language you only refresh the browser page (F5) and the new language shows up.
    Does anyone know what function I should call, for the language refresh (could be the same as in UME standard WDJ)?

    Hi Andres,
    language doesn't change on the Portal. The content remains in the previous language.
    I know that the switching of Logon language parameter in the user profile in ABAP stack and logoff and login on the portal leads to change of the language on the Portal. But I don't know, how to do it without the relogging of the user.
    I change the Logon language in ABAP by AJAX call of BAPI.
    Thank you for any idea.
    Jiri

  • Parameter for portal language

    Hi everybody,
    I want to give the portal language from actual user to a application by URL.
    Do you know the paramter that I need?
    Best regards
    Christian

    Hi Christian,
    please see my first answer in Set user Language in URL IView
    Hope it helps
    Detlev

  • Portal Language Questions

    Hi ALL,
    I have a question. I am changing the portal language.
    1)Do I need to change back end  language.
    2)If I need to change the back end language, tell me which of these back ends need to change the language setting.
    ECC
    SRM
    CRM ISA
    MDM
    BI
    Please guide me on this.
    Regards
    Keerthi

    Hi Marcus,
    We recently installed more Portal languages for an SSO project. This resulted in some IAC iViews no longer letting the user through to the backend over the ITS server if a language was used that was not available on the backend. The user would get a logon screen instead of the transaction with the language set to the portal language.
    You can configure the iView to force a language that's available on the backend, but you can only select a single language here. If a user has a language selected in the Portal that would be available on the backend, then he will still be forced to work with that forced language...
    So far I am unaware of a solution where you can pull the available languages on the backend directly. Our solution was to a enter the available languages in a parameter in the transaction iView, then read this parameter and see if the user has one of these languages selected. If not, then he's forced to use a fallback language (English for example).
    You can read more about it here:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/de95e490-0201-0010-b390-f0f23a95e2b8
    So yeah, in essence you don't get an error per say, but you will be forced to change you r language in the iView before you can logon.
    Cheers,
    Hermann

  • Does the portal cache worksets?

    Hello,
    I have a simple question (I think )
    Does EP 6 cache portions of the content on the server?
    For example, I change the name of a visible workset in ESS, yet the change doesn't show up in the user browser.
    I have an uneasy sense that I'm doing something wrong, but I can't quite see what (I checked Delta connections, ESS entries, ...).
    If cached, is there a way to refresh cached content without restarting J2EE?
    Thank you.

    Hi Colleen Harmon,
    This problem which you are facing has been described as:
    Suppose you have created a role & workset in English language (portal language is selected as English). After sometime, you need to change the Name/desc of the workset. But while changing it happens that your portal language is selected as English (US) or something else but not the Original language in which the object was build. So when u change the Name of Workset, it happens that the language properties file of default & english does not gets changed and only the english (US) file gets changed. So if you check the Wrorkset name in its default craeted language, it will show the old name and if you change the Portal Language to Eng (US), it will show the new name.
    This problem is actually mentioned as a feature by SAP and not problem.
    We have seen this every times in our developement for worksets & roles. This is not applicable for iViews and pages.
    So to make sure that this feature does not bugs you, make sure that every developer in your team has set their default portal language as English.
    To solve your existing problems (features), you will have to Language Transport them..
    Hope this helps you in finding the exact reason for your problem
    Regards
    Gaurav Gandhi

  • Portal Language fro ESS

    Hi, 
    We need to figure out how we will be assigning the portal language per country so we can be sure date and decimals are formatted correctly.  This needs to be assigned to the user, not by the user though.  This assignment will override the user’s internet browser language setting.
    Does anyone have any options to implement this?
    Any insights will be greatly appreciated.
    Thanks, Neeta

    Hi Sharada,
    Many Thanks for your reply.
    Here I am sending the clear view of my query 1
    I have deployed ESS/MSS 1.0 business packages for the portal 7.0.
    I have creted 1 user in portal and assigned ESS role to him,and also created same user In ECC 6.0 with same password.(Assuming no backend connectivity)
    When I am tring to login to the portal with newly creted user-id I am able to login and I am able to see the toplevel navigation like working time,benefits and payment,personal links.
    When I am clicking above links I am not getting the further navigation for these links.Please let me know what I need to do inorder to get the links.
    Once again I am confirming that my ESS deployment is correct only.If the deployment is wrong means we can't get the directory(refer 2nd query) in my early mail.My EP version is 7.0
    Your help would be more useful for me
    Many thanks in advance
    Thanks&regards,
    rk.

  • Not able to see portal language in Personalize option

    Hi All,
    I login as an administrator, click Personalize option in the masthead ivew, I m unable to see the Portal Language option.
    Other options such as workprotect mode and user mapping(remote iviews) are also not shown.
    I m using EP6 SP13.
    Is it because some permissions are missing??
    Thanks in advance.
    Abhishek.

    Hi Sai,
    Thanks for the reply.
    I have checked that eu_role is assigned to admin and I know that eu_role is needed to view the personalize link.
    Also, in the path that you have provided....Content Provided by SAP >> End User Content >> Standard Portal Users. >> worksets folder>>'portal personalization' workset ...I am able to see Portal Language,workprotect mode and other pages......
    but when I click on the personalize link of the portal......I m unable to see those links.
    Any help?
    Regards,
    Abhishek.

  • SSO not working for a custom WDA application that runs in the Portal

    I have a Portal system (Java stack, NW04s) that has an iView of type webDynpro ABAP. The custom Web Dynpro ABAP application resides on another system (ABAP stack, running ECC6). We have configured the trust relationship between the Portal and the ECC system as per
    http://help.sap.com/saphelp_nw04s/helpdata/en/61/42897de269cf44b35f9395978cc9cb/content.htm
    We know this is working since we are able to run ESS. However, for the custom WebDynpro ABAP application, when calling it for the first time, a logon screen shows up. How can we get rid of it? what are we missing to have SSO work for the custom WebDynpro application?

    Please check this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d35bb690-0201-0010-988a-d669c8530518
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=%2fhelp%2fsdn_help_nw04s%2fsaphelp_nw04s%2fhelpdata%2fen%2f5e%2f6c85c3edf942f39349a1e337434d29%2fcontent.htm
    Hope it helps.
    Regards,
    Mona

Maybe you are looking for

  • Is it possible to add extra storage for a larger one for a 21.5in mid 2010 iMac?

    I have a 500GB Hdd and wanted to expand to a larger HDD (im looking for a 2TB HDD, but I can settle for 1TB) Is it possible to somone from apple to install an HDD? I was also thinking of adding an SSD as a boot drive to make my iMac faster. I have he

  • Unable to view some ESPNFC content on Firefox Beta23, probably Flash/JS issue?

    SO I am unable to view some ESPNFC.com Content(And a few other websites which i do not recollect at the moment) when i click on any new links from home page(No Image displayed) It works just fine on Chrome and IE-10, I am on the Beta Update channel (

  • Using ipod with windows millenium

    Hi I am having problems with installing ipod mini with my computer. Aparantly ipod requires min of windows 2000 or XP however my computer has windows millenium as operating system. Having tried to upgrade to XP this resulted in my computer crashing a

  • Mac FB3b3 lost copy/paste !!!

    It's the wierdest thing... I can suddenly no longer copy, paste or cut text in any perspective in FB3, either with the Cmd key shortcuts or the menu options. The odd thing is that when I copy/cut something, the "Paste" option in the menu now works. D

  • Bluetooth memory leak?

    In my application, I'm trying to free up resources during a pauseApp. However, I'm unable to free up my implementation of the DiscoveryListener, as it's referenced by the toolkit DiscoveryAgent. On inspecting the code, It appears that the whole Local