How to translate my new OA Pages in different language.

Hi All,
I have developed new OA Page in English Lang. Now I want to let it work in multiple language. I have come to know about 2 utilities provided by Oracle: XLIFF Extractor and XLIFF Importer. But i have found that these utilities are for personalizations only.
Kindly give me guidance to make my OA Page work for multi-language.
If someone is having some document about this, please share this with me either at forum or [email protected]
Thanks,
Sumit

Sumit,
I don't think its any different. You would need to use these tools only.
You would need to use the "xliffextract" utility to generate an XLIFF document for your custom page.
This XLIFF document (containing the translatable attributes and their en-US
translations) need to be converted into additional XLIFF documents (one per language translation that you require). Once these documents are created (remember that the xml should have the corresponding language specified) , you can import them into the MDS repository using the "xliffimport" utility, and saved in a separate location.
For more information, please take a look at the "Help Topics" in JDeveloper. If you search for "XLIFF" you will find topics on "Using the XLIFF Extractor" and "Using the XLIFF Importer".

Similar Messages

  • How to Create a new column from two different result sets

    How to Create a new column from two different result sets, both the result set uses the different date dimensions.

    i got solutions for this is apply filters in column formula it self, based on the requirement.

  • How to translate std. ABAP report in german language to English in SAP

    Dear All,
    How to translate std. ABAP code in German language to English in SAP ?

    Hi,
    code does not need to be translated.
    Data elment descriptions, documentation, text elements, etc. can be translated in the transaction se63.
    Also you can translate almost each single object in the editor in the menue  goto-translation.
    Regards,
    Gianpietro

  • How to display the entire application in two different languages in apex

    Hi,
    How to display the entire application in two different languages in apex...
    For example i need to display each item in both English and Hindi..
    To achieve this initially i have the select the language otherwise the item label alone ll be displayed in both languages ...
    Anyhow how it ll be apex is it possible
    Regards,
    Pavan

    Hi pars,
    http://www.packtpub.com/sites/default/files/1346-chapter-6-creating-multilingual-apex-applications.pdf?utm_source=packtp…
    In this link also i struck in
    In page 10  of that document
    The application is now ready to be translated. Everything is in place to run it in any language imaginable.To ca ll the application in another language, change the URL of your application to the following:
    http://yourdomain:port/pls/apex/f?p=&APP_ID.:&PAGE_ID.:&SESSION_ID.:LANG:NO::FSP_LANGUAGE_PREFERENCE:nl
    This example will call the chosen page in the application and show it in the Dutch language instead of in English. To select another language change the property nl at the end of the URL to your desired language code.
    Thanks alot for ur suggestions.kindly provide more inputs..............

  • How can I make a survey in 2 different languages so I receive my results also in 1 report?

    How can I make a survey in 2 different languages so I receive my results also in 1 report?

    I am not sure what information to provide.  Here is what I am trying to do.  I am trying to create an HR questionnaire with multiple choice questions and several multiline textboxes to capture comments.  I want to send it out by email address and/or embed the questionnaire somewhere on the company's intranet website.  But we don't want the questionnaire to be anonymous. If someone makes a particular comment, we want to be able to communicate with the person who made that particular comment.  How would we be able to trace the person? By email address, or by user ID?

  • How to create a new blank page in iStore module

    Hello ,
    How to go about creating a new blank page in a iStore minisite in Oracle EBS.
    Is there a template that can be used to create a page containing JSP tags needed by iStore.
    Thanks

    Hello ,
    How to go about creating a new blank page in a iStore minisite in Oracle EBS.
    Is there a template that can be used to create a page containing JSP tags needed by iStore.
    Thanks

  • How to open a new IE page when user clicks on a button or link

    Hi Experts,
    I have created WD program which fetches data from R/3.
    I have to create a link or button on the WD program. When the user will click on the link, another IE page should open. Some processing will be carried out by WD. The result of WD processing should be displayed in this new IE page.
    Regards,
    Gary

    Hi Gary,
    You need to create a seperate window and embed a new view in it. and yeah for accessing that window you need to create one apllication also which is connected to this window.
    Then in the event handler of the button's click action write the follwing code:-
    String deployableObjectName =
                   wdComponentAPI.getDeployableObjectPart().getDeployableObjectName();
    try {
                   // Get deployable object part of target application.
                   // Precondition: assume, that other application belongs to the same
                   // Web Dynpro Project (Deployable Object)
                   WDDeployableObjectPart deployableObjectPart =
                        WDDeployableObject.getDeployableObjectPart(
                             deployableObjectName,
                             <window name>,
                             WDDeployableObjectPartType.APPLICATION);
                   urlToTargetApp =
                        WDURLGenerator.getWorkloadBalancedApplicationURL(
                             deployableObjectPart,
                             UrlParam);
              } catch (WDURLException e) {
              } catch (WDDeploymentException e) {
                              IWDWindow win1 =  wdComponentAPI.getWindowManager().createNonModalExternalWindow(urlToTargetApp,"Ouput");
    win1.show();
    This will open a new window and then in the wddoinit of the new window's view you can execute the bapi and display the content accordingly.
    Regards,
    sarbjeet Singh

  • How to make the new tab page show up in private browsing by default

    When a private browsing window opens, I would like to have the new tab page (or any home page) show on startup. By default, about:privatebrowsing (without preceding dialog) will show. <b>Always.</b>

    Note Bugzilla Bug requests are not to be used a discussion forum*. You are however encouraged to vote on something if it is a fix, or an enhancement you would like.
    If you do need to discuss the subject of a bug take the discussion elsewhere and I doubt anyone would mind you adding a link in the bug to the related discussion.
    * https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
    *https://bugzilla.mozilla.org/page.cgi?id=voting.html
    Note it may also be worth adding a comment in Feedback as another method of registering your interest. From a supported version of Firefox use
    * <s>https://bugzilla.mozilla.org/page.cgi?id=voting.html</s>
    *'''edit ''' ''use https://input.mozilla.org/en-US/feedback''
    *Unless you happen to be reporter, person assigned to the bug, or able to add patches and are offering yourself to do the work.

  • How to create a new creation page from view page itself

    Dear all
    i have view page in that i need to click on new button i need to call new creation page
    here i am writing the code in view page co in pfr
    HashMap h1 = new HashMap();
    h1.put("pmode", "Continue");
    if (pageContext.getParameter("New") != null)
    pageContext.setForceForwardURL("OA.jsp?page=/crm/oracle/apps/xxcrm/crmmgmt/quotationmgmt/webui/xxcrmquotationcreationPG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null, h1, false, OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    OAWebBeanConstants.IGNORE_MESSAGES);
    in creation co i am calling this method
    if (pmode!=null)
    System.out.println("Entered into this block.....");
    am.xxcreatequotation(orgid);//blank record for this
    System.out.println("After this statement......");
    cancel1.setRendered(false);
    System.out.println("After this statement......11");
    in view page when i am clicking the new button the page is calling editable mode
    i dont think so y it is happening like this.
    Regards
    Sreekanth

    Dear Gaurav
    i wrote this code
    public void xxcreatequotation(int orgid)
    xxcrmOpportunityTVOImpl vo = getxxcrmOpportunityTVO();
    OADBTransaction tr = getOADBTransaction();
    int x = 0;
    String lv_current_flag = "Y";
    String lv_opt_flag = "N";
    if (vo.getFetchedRowCount() == 0)
    vo.setMaxFetchSize(0);
    Row createqtn = vo.createRow();
    vo.insertRow(createqtn);
    createqtn.setNewRowState(Row.STATUS_INITIALIZED);
    Number qtnid = tr.getSequenceValue("xxcrm_opportunity_seq");
    System.out.println("The opportunity id is....." + qtnid);
    vo.getCurrentRow().setAttribute("OppoOpportunityid", qtnid);
    vo.getCurrentRow().setAttribute("OrgId", orgid);
    vo.getCurrentRow().setAttribute("OppoRevisionId", x);
    vo.getCurrentRow().setAttribute("OppoCurrentFlag", lv_current_flag);
    vo.getCurrentRow().setAttribute("OppoIsoptional", lv_opt_flag);
    vo.getCurrentRow().setAttribute("OppoBaseOpportunityid", qtnid);
    Regards
    Sreekanth

  • How can I transfer new music from a different iTunes onto my iPod without erasing the music already on it?

    I have music on my iPhone and iPod nano from my old computer back home, and am now at college 2 hours away with my new laptop and a different repertoire. Just to be safe I tried syncing my old iPod nano with my new iTunes and rather than adding the music to my iPod it replaced all the music already on it. Is there some way I can stop this from happening with my iPod nano and my iPhone, or am I just going to have to copy everything onto CD's and do things the hard way? If anybody can help me they'll have my undying gratitude.
    Much appreciated,
    Demitra

     
    http://support.apple.com/kb/HT1329 How to use your iPod to move your music to a new computer
    http://support.apple.com/kb/HT4527 iTunes: How to move your music to a new computer

  • How to translate a message in English to another language on iPhone 6

    How do you translate a message in English to another language on the iPhone 6 Plus?

    To illustrate Meg St. Clair's answer here's your post in Turkish. It's easy with a little practice.
    Aljernon1
    1. Seviye 1
    (0 puan)
    Aljernon1
    13 Aralık 2014 01:35
    Nasıl iPhone 6 Plus başka bir dile İngilizce bir mesaj çevirmek mi?
    iPhone 6 Artı, iOS 8.1.2
    Ben bu soruyu çok 0 Beğeniler göster var (0) Cevap

  • After being logged in to Facebook, I will get unlogged, taken to a new screen in a different language and asked to re-login, it has happening numerous times today, is this a virus, spam, malware and how do i get rid of it?

    when ever I log into facebook, after a few minutes I would get unlogged and have to re-login,
    1.I get a mesaage in a differnet language then I use
    2. the new login in screen is in a different language also

    You are experiencing a kernel panic.  It's usually hardware related.  Check out the following and do the necessary:
    OS X: About kernel panics 
    User Tip:  Kernel Panics? Don't panic too!
    How to troubleshoot a kernel panic
    =====================
    Your profile is a complete blank & your post is lacking system details!
    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which Mac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    CLICKY CLICK-----> Help us to help you on these forums
    ***This will help in providing you with the proper and/or correct solutions.***

  • Why are my templates in pages in different languages and not in english

    hey everyone i just wanted to know why my templates in pages are showing up in different languages other than english. How do i get my templates in pages to appear in english.

    Often asked and responded question.
    In the templates the text areas are filled with a fake language.
    It's perfectly explained in the Help !
    Details in page 235 of the PDF USER's Guide.
    Yvan KOENIG (from FRANCE lundi 21 avril 2008 08:53:46)

  • Images page in different language

    The language on my images pages is different, Czech, I think.
    How do I reset to English. Only page effected and is not an issue when using IE.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • How to maintain description of g.l in different language

    Hi All,
    Could you please advice how we can maintain descrioption of gl account in different language. We have a requirement to maintain description of g.l account in french language.
    Please suggest
    Regards
    Deepak

    Hi,
    T-code FSP0, enter account number / chart of accounts, tick "change", go to "key word / translation tab, enter language key "FR", enter short text, long text, save.
    For multiple account numbers create an LSMW based on that description.
    BR Christian

Maybe you are looking for

  • Oracle OLEDB driver can't execute stored procedure in Oracle 8

    Hello, I have a problem when execute a Delphi program, occurs the next error: 'ORA-06574: Function LEOCLAVEROL references package state, cannot execute remotely' LEOCLAVEROL is a function PL/SQL, with a process included in it compiled in Borland C, t

  • Update record problem

    drmwv 8; ASP.NET; access 2003 I want to make a record-update page with the wizard. With just 1 record showing on the page, update is working. If I add a repeated region and a navigation bar, I get this errors: System.Data.OleDb.OleDbException: Field

  • Share Specific Volumes for Windows Users to Access!

    Dear Mac Gurus: What is the easiest way to use command/GUI to share specific volumes on OSX v.10.4 client machine, so as to let Windows Client to access? Windows user account has been create on OSX. Help, Please! Thanks! Max NYC G4, G5   Mac OS X (10

  • Primary Contact Address when Primary Address ID is not in S_CONTACT

    I need to pull the Primary Contact Address. The same as Siebel shows in the Popup Window for Contact Addresses. Our Siebel has not the Primary Address ID populated in the Table S_CONTACT. Our Siebel stores the address in the S_ADDR_PER and the Inter

  • Some sound in movie not playing when viewing in full screen

    I have been editing a film for the past few days and I've regularly watched it back in full screen to see how it's coming along. Today however, I watched the film back and in some parts, the audio from some of the clips is very quiet. If I play back