Multi Language Content in portal or internationalization in Portal

hi friends,
               I want to know about internationalization in Portal or how we creat _multi language content in portal_.Some brief description about this matter.
               Satisfactory answers will be rewarded.
I am really looking forward to it._please its urgent!_.

Hi,
If you want to internationalize portal content, then check this:
http://help.sap.com/saphelp_nw70/helpdata/EN/74/641640b7b6dd5fe10000000a155106/frameset.htm
If you want to internationalize portal applications, then check this:
http://help.sap.com/saphelp_nw70/helpdata/EN/21/9499f2f50ca44a85e9611f14fbdc21/frameset.htm
http://help.sap.com/saphelp_nw70/helpdata/EN/42/938297a5061d69e10000000a1553f6/frameset.htm
Regards,
Praveen Gudapati

Similar Messages

  • Provide Multi Language Content in Knowledge Management // Class deprecated

    Hello,
    I tried to implement the blog "Provide Multi Language Content in Knowledgle Management" by Thomas Kuri (BridingIT).
    I have problems to import the the following class:
    import com.sapportals.portal.prt.service.usermanagement.IUserManagementService;
    I always get the warning "The type IUserManagementService" is deprecated. I use the following jar file for that:
    j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.usermanagement\lib\com.sap.portal.usermanagementapi.jar
    Is that the wrong jar file? Or am I doing something else wrong?
    Thanks for your help!!
    Kirsten

    Hi,
    she's trying to implement the code example from this article:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/207ba610-08ac-2b10-1787-fc477da4b5bf
    In this article, the deprecated class is used. Why? The code obviously is not written for EP7, but for EP6 with EP5 support. In the function: getEP5User is used to retrieve the EP5 user.
    If you're not too experienced or just want to try something / PoC it's OK to just copy & paste some sample code. For using this code in an EP7 portal I would recommend to adapt the code.
    br,
    Tobias

  • I18N / Multi-language Content Support

    Hi All,
    I have a requirement where, content needs to be published in multi-language, e.g. same News in English and Italian version.
    Process 1. When user login user must be able to view the content as per the profile language, e.g. same News in English and Portuguese version
    Process2. Provide a dropdown on the page, when user selects the language manually respective language specific page should be displayed.
    Also, Request for helpful link with respect to- trex users search by multiple language
    Regards,
    SK

    Hi All,
    I am trying to follow the document Provide Multi Language Content in Knowledge Management to Provide Multi Language Content in Knowledge Management to create a multi-language KM Nav iView.
    I have created a new component KMWrapperIView and followed the steps provided, but presently i am getting error message as shown below.
    --> I have added bc.util.public_api.jar that is required com.sapportals.wcm.util.uri.RID
    Caused by: java.lang.NoClassDefFoundError: com.sapportals.wcm.util.uri.RID (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
    at com.test.kmw.KMWrapper.doContent(KMWrapper.java:66)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    Caused by: java.lang.NullPointerException
    at com.sapportals.wcm.util.uri.RID.getRID(RID.java:93)
    at com.sapportals.wcm.util.uri.RID.<clinit>(RID.java:73)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    Where i am going wrong any idea??
    Also should I customise SAP standard KM navigation IView component (km.appl.portal.portalcomp_api.jar).
    Regards,
    SK

  • Web Page Composer Multi Language Content

    Hi,
    can the content of WPC pages language-dependant?
    What is the strategy for multi-languages web sites with WPC?
    I have the request of a customer who wants to display WPC content on pages dependant on the language selected by user personalization
    #Thanks hs

    Hi Holger,
    I worked with WPC and don't find any difficulties. I had requirements create multilanguages interface for portal (English and Russian). Use WPC you can create multilanguages pages. First of all you create page in English, then translate it and publish. When you change language in personalization (for example from English to Russian) russian pages (which I translate in WPC) pull in Portal automatic.
    Have a look this presentations
    https://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/904b071d-79e4-2910-70a9-f62a9004d9ad&overridelayout=true
    https://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/90347add-ad06-2a10-81a0-e613acff5236&overridelayout=true
    Regards
    Dmitriy
    Edited by: Dmitry Korolev on Jul 2, 2009 9:10 AM

  • Multi-Language content on BC

    Can anyone share any experience with building multi-language sites on BC?  I have a client in Eastern Canada that needs a site in French and English.  Is the best approach to create two complete sites in different directories such as:   www.mysite.com/fr/  www.mysite.com/en/  Can anyone provide sample sites where this has been done in BC? Are there other CMS's that are better equipped for multi-language sites?  Thanks for your help!

    Hi,
    A good example is Dr.Wheatgrass site which provide multiple sites (.ca, .us. ,etc) and separate accounts to cover different countries and languages. 
    - http://drwheatgrass.com/
    Set-up stemming from this article: http://kb.worldsecuresystems.com/521/bc_521.html#main_How_to_deal_with_a_global_audience_- _multi-currency_and_multi-lingual_sites
    Kind regards,
    -Sidney

  • Provide Multi Language Content in Knowledge Management blank page

    Hi Team,
    I have followed the document above from Thomas Kuri, but the result was an empty page with "jj" as text without errors.
    My case (SAP NetWeaver Portal 7.0):
    1) I have two folders: "/documents/myCompany/de" with documents written in German and "/documents/myCompany/en" for English written documents
    2) User can choose another language by click at the "English" or "German" link on the Masthead
    3) Dependent on the choosed language, the right document should be shown in the iView.
    I already have tryied these ways:
    1) Create a JSP which includes the right KM document
    2) Create a JSP with IFRAME and define the SRC as given in Thomas Kurt's document
    3) Lookup an existing KM documents iView and set the "path" property in runtime
    Thanks.
    Regards,
    Cengiz
    Edited by: Cengiz Türkoglu on Jan 24, 2010 3:23 PM

    Hi Kirsten,
    yes I have found another way. Follow the steps below:
    1) Create a folder in KM (e. g. "MyCompany")
    2) Create two HTML files within the folder (e. g. "mydoc_de.html", "mydoc_en.html")
    3) Dependent on language, write something into this files (e. g. "mydoc_de.html" => "Dies ist das HTML-Dokument mit deutschsprachigem Inhalt", "mydoc_en.html" => "This is the HTML document with English written content")
    4) Start NWDS and create a new Portal Application Project
    5) In the project properties, define the JAR files you need for implementing the solution (bc.jar, com.sap.portal.ivs..jar, com.sap.portal.navigation..jar, com.sap.portal.usermanagementapi.jar, com.sap.security..jar, gl_*.jar). If on server side not available, you must copy/paste the missing JAR file in your projects lib folder
    6) Update portalapp.xml with the entry SharingPreference -> <application><application-config><property name="SharingPreference" value"..."/></aplication-config>
    7) Write your first class (it's a simple Java class) named "PortalKMUtil.java". In this class - that was my solution - I have three methods: a) getUsedLanguage() to read out users langauge, b) getDocContent() to read the documents content named "mycompany_" + USER_LANGUAGE + ".html" and c) getEP5User(). The last method transforms EP6 user into the EP5
    8) The second and last Java class in your project is an AbstractPortalComponent (I18NDocReader.java) with only three line of code. The responsibility of method doContent() is to call PortalKMUtil.getDocContent() with passing two parameters "request" and "mydoc". The return value of PortalKMUtil.getDocContent() - it is of type String - you can write in the response object
    9) On the Portal side, create a new iView and use your own (new created) AbstractPortalComponent as template
    10) Start testing in preview mode. Switch browser language if you can see the right content within the iview
    If you need some sources, don't hesitate to write to me.
    Regards,
    Cengiz

  • Multi-Language content

    Hi,
    In my content area, i have a URL Item. This item calls a procedure in the database (ex. Alain.Show_Plants.Main?Pant_Id=1).
    In my procedure, I call the function wwctx_api.get_nls_language to get the language of the current user.
    But the function always returns 'us'. (ex. I log to the portal in french and the function returns 'us' insted of 'f'). What is the problem ?
    I need help !
    Thanks in advance

    are you setting the application language as french?
    Are you getting any exceptions in your program?
    The default is US always.
    I think you are not setting the application language as French when you are getting inside the portal.
    cheers,
    Ranjit
    [email protected]

  • Best practice for multi-language content in common areas

    I've got a site with some text in header/footer/nav that needs to be translated between an English and Spanish site, which use the same design. My intention was to set up all the text as content to facilitate. However, if I use a standard dialog with the component's path set to a child of the current page node, I would need to re-enter the text on every page. If I use a design dialog, or a standard dialog with the component's path set absolutely, the Engilsh and Spanish sites will share the same text. If I use a standard dialog with the component's path set relatively (eg path="../../jcr:content/myPath"), the pages using the component would all need to be at the same level of the hierarchy.
    It appears that the Geometrixx demo doesn't address this situation, and leaves copy in English. Is there a best practice for this scenario?

    I'm finding that something to the effect of <cq:include path="<%= strCommonContentPath + "codeEntry" %>" resourceType ...
    works fine for most components, but not for parsys, or a component containing a parsys. When I attempt that, I get a JS error that says "design.path is null or not an object". Is there a way around this?

  • Ultrasearch and Portal Multi-language

    Does Ultrasearch provide any integration to the multi-language support in Portal? If a Portal user is working in French, does a Portal search return only the French content from the Portal Repository? Also, is there a way to specify language in the search?

    Does Ultrasearch provide any integration to the multi-language support in Portal? If a Portal user is working in French, does a Portal search return only the French content from the Portal Repository? Also, is there a way to specify language in the search? UltraSearch will crawl Portal and take into account language information. However, the support for Portal item and page translations is not yet fully implemented. This means that UltraSearch will only be able to crawl a multilanguage portal in one language at the moment.
    Portal search has full support for translations and will return content in the language of the user that initiated the search.
    In 902 there is no way to restrict the search by language other than by logging in to the Portal in a different language.

  • How to install multi language in Portal?

    Hi,
    Can someone give me the directions in how to install multi
    language in Portal? I found the "langinst.cmd" file under
    ORACLE_HOME\portal30\admin\plsql, also another
    file "langinst.sql" under ORACLE_HOME\portal30
    \admin\plsql\nlsres.
    I am not quite sure how I can do that, which file I should use.
    And once I installed the multi language, can I just go into
    portal to create a new content area and using the multi language?
    Thanks for any comment in advance!
    Kelly.

    Hi Kelly
    You need to identify parameters for this file and run file. Its
    langinst.cmd for WINNT and langinst.csh for UNIX.
    1.     From the dos prompt , go to the following directory on
    your server.
         Oracle/iSuites/portal30/admin/plsql/
    2.     Set the Oracle_Home to = oracle/iSuites/
    3.     Run the command
    langinst.csh -s portal30 -p portal30 -o
    PORTAL30_SSO -d PORTAL30_SSO -c oid -l ar -available
    s - schema
    p - password
    o - < login server - in your case it may be portal30_SSO >
    d - <password- maybe portal30_sso>
    c - connect string
    l - language (which is set to ar )
    ar is arabic which i ve set
    Good Luck
    Regards
    Yogesh

  • Multi Language support for KM Content

    Hi Experts,
    We have some folders created in KM and all their display names are in English. Now the client has asked for maintaining multi language names for folders and files in KM. Which means if the logon language of the user is in English then the folder name and document name has to be in English and if the logon language is different then the text maintained in that language has to be displayed for the KM folder and file names.
    I went through some blogs and forums but still I couldnt get a clear idea on this. can some one let me know how to achieve this?
    Thanks,
    Mahendran B.

    Hi Kruger,
    I have already looked into these documentation. Our portal is in version 7.0, so it is not applicable.
    I have to maintain the multi language for folders in KM of SAP EP 7.0
    Thanks,
    Mahendran B.

  • How obtain Index a multi-language Portal in Google?

    Hello, we are deployment a multi-language Portal.
    How obtain Index a multi-language Portal in Google?
    In Portal, the URL is the same for all language, allways /portal/page/portal/..... and google only dicoverer 1 language.
    How obtain that google discoverer multilanguage?
    We are using Portal 10.1.4.0.1
    Thank.

    Hi
    Some useful threads
    How can i create a multilingual website?
    Multi Language Issues!!
    how to set up a multilingual website with Adobe Muse and push it live to Adobe Business Catalyst
    Do let me know if you have any question.

  • Internationalize WebCenter Portal – Content Presenter

    hi,
    I tried internationalization of webcenter portal using content presenter.
    i followed the following blog solution 1
    http://www.ateam-oracle.com/internationalize-webcenter-portal-content-presenter/
    I am getting the following error please help
    javax.faces.FacesException: oracle.adf.controller.ControllerException: ADFC-10001: cannot instantiate class 'oracle.webcenter.doclib.internal.view.presenter.NLSHelperBean'
    I am using latest webcenter extension in jdev 11.1.1.7
    thanks,
    Chandrasekar M

    Hi Daniel,
    Previously I have not included CPNLSCustomizations project as ADF JAR Library within myPortal Application.I have included it now.
    How to deploy the .MAR customizations? I cannot find any .MAR customizations in the CPNLSCustomizations project.Please help
    I am getting the following error now
    oracle.mds.core.MetadataNotFoundException: MDS-00013: no metadata found for metadata object "/ridccommon/DataControls.dcx"
      at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:1408)
      at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:3874)
      at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1589)
      at oracle.mds.core.MDSSession.getMetadataObject(MDSSession.java:1525)
    Thanks,
    Chandrasekar M

  • Multi Language support : which release of portal?

    Is multi-language supported in 3.0.6?
    I know it is supported in 3.0.7, but what about 3.0.6?
    Furthermore, I heard there are knowns problems with 3.0.7 language support.
    Is it worth waiting 3.0.8 or can we pretty safely use 3.0.7?
    Thanks

    In 3.0.7 we have still problems with multi language support.
    We are switching to 3.0.8 which seems to be solution of almost all our's problems. (Bugs and missing features)
    Regards
    Marcin
    null

  • Multi-language navigation on portal

    How can I create a multi-language navigation without a need to create same pages many times for different languages?

    Hi guys,
    I am facing a similar problem with a customer. They want to have the page titles in Group Space navigation in multi-language.
    For example: Navigation in English: Home - Employees - Help. If language is changed to Spanish: Inicio - Empleados - Ayuda. These pages are created by final users inside a Group Space, so we would like to find a way to specify translations of the page title at creation.
    I found Oracle guides where it is explained how to do page translations:
    http://docs.oracle.com/cd/E15586_01/webcenter.1111/e12405/wcadm_languages.htm#CHDGAJHJ
    However, it implies WLST command executions and we need another way, because it is going to be performed by users, not administrators. Therefore using WLST commands is not a choice.
    Would you know how to achieve this?
    Thanks in advance
    Javier
    Edited by: user643559 on 25-ene-2012 4:17

Maybe you are looking for

  • Help with new MBP and iTunes

    I need some help fast. I bought my wife a new MBP and in setting everything up we inadvertently setup a new and wrong iTunes account. We haven't transferred anything yet, I want to get this account off her computer before I bring everything from her

  • I am trying to continuously switch images on the VI, but it freezes when I try to access an oscilloscope through its instrument driver.

    I am drawing 2 different colored rectangles contiuously on the screen using a while loop. I try to get information from an oscilloscope while this is switching, but the loop stops while the instrument driver aquires the measurement. The oscilliscope

  • Getting Mac OS X Snow Leopard

    Hi, I would like to buy the new Mac OS X 10.6 Snow Leopard, but, to my great surprise, I have found that the price for the "Single User" version is £ 30.18 (GBP) on the Apple Store UK website, while the price on Apple Store US is only $ 29.00 (USD).

  • Corrupted package downloaded.

    Hello, I tried installing linux-headers and after a few failed attempts to do so, it did... only to be corrupted somehow... # pacman -S linux-headers resolving dependencies... looking for inter-conflicts... Packages (1): linux-headers-3.14.2-1 Total

  • Trouble compiling Atheros AR8151 driver.

    Hello, I just bought a new netbook and decided to give Arch a try. Figured less time for install than Gentoo. Anyway, I discovered that the Atheros AR8151 network card is not currently support, though it may be in certain 2.6.35 kernels, but i have n