One application with different laguages

Hi,
I want to develop one application which can be used in more than one language.
can any one help me how to do that. I have tried to do that with the *.xlf file. Is there any other approch.
Regards,
H.V.Swathi

Hi Swathi,
Internationalization (I18N) thru *.xlf files is the approach.
The concept is you have language specific xlf files (texts in that particular language) created.
During build & create archive, corresponding .properties files are created from these xlf files (1-1 mapping) and are packed into the archive (ear file).
When you deploy, this archive having the .properties files is deployed on the SAP WAS.
Now depending on locale, the required .properties file is read at Web Dynpro runtime & texts in that language are shown to user.
Summarizing: *.xlf files - Design Time SAP concept & .properties files - WD Runtime usage
I hope you have already refered the following links:
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c6cfad90-0201-0010-a5b8-8f9486346059
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4f5b88e5-0601-0010-cd99-8b88a4d92816
Hope I am clear.
Kind Regards,
Nitin
Edited by: Nitin Jain on May 5, 2009 3:05 PM

Similar Messages

  • One application with Multiple schemas- common application frame work

    Hi All,
    I am trying setup a common application frame work in apex. Please help me.
    How to achieve this.
    Creation of one application attached to different schemas at run time. So that my application maintaince is going to be easy instated of creating copies of same application.
    More details:
    1. I have one application with 100 pages pointing to a schema dev_common in one workspace APP_COMMON. I have 50 schemas with same structure of dev_common schema with different set of data ( because of large amount of data).
    So I want to create one application attached to different schemas.
    2. And another thing is I have 100 users, the user can work on 1 or multiple schemas ( I mean same application with different schemas attached)
    Any help much appreciated.
    Thanks,

    Thank you for the reply.
    >> b) I think you have to give access rights for the dev_common and app_common to all users.
    Dev_common schema is a kind of placeholder. I have 50 schemas same as dev_common because of different business requirements but the front end is same for all 50 schemas. How can we create one application used for 50 schemas instead of creating 50 applications and 50 workspaces.
    Please help me.

  • How to combine two applications with different workspaces in APEX

    Hi,
    Can anyone help out in merging two applications with different workspaces in APEX 3.2 ?
    Thanks in advance,

    Hello Satya,
    >> I am Satya …
    Please take one more step to help us and update your forum handle to something friendlier than user123… Thanks.
    >> Can anyone help out in merging two applications with different workspaces in APEX 3.2 ?
    This is not a trivial task.
    You didn’t mentioned if both workspaces sharing the same APEX instance, or they are on two different instances (machines). I believe the latter is a pre-condition to a success.
    First you need to remember that importing an APEX component, like a single page, is possible only to the same application that it was exported from. This is still valid if you have the same workspace on two separate APEX instances – one is an import of the other (which makes it an identical copy). Still, the application ID must be the same, or you’ll get the following error: “This page was exported from a different application or from an application in different workspace. Page cannot be installed in this application.”
    You can’t simply manipulating the export file, if the two workspaces are sharing the same APEX instance, as all workspaces on the same instance shares the same APEX metadata files, and you’ll receive a “unique constraint violated” error messages. That means you can’t import one application into the workspace of the other, even if you are using a different application ID.
    As far as I can see, the only viable way of doing an application merge is to have two identical workspaces, on two separate APEX instances. The two applications should share the same application ID, although this parameter can be changed in the import file. You should export the page in one application – on the first instance – and import it into the other application – on the second instance.
    You should also make sure that the exported page ID doesn’t exist on the target application, otherwise it will be replaced by the new imported page. Also, if the imported page include references to shared components that are not defined on the second application, it might also pose a problem.
    As I said, this is not trivial. The benefits are mostly depend on the amount and complexity of the pages you want to merge. If they are not many, and simple, you should consider just re-creating them on the target application. If they are very complex, the merge might fail anyway.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Wifi sync 2 iPhones in one iTunes with different Apple-ID's.

    Wifi sync 2 iPhones in one iTunes with different Apple-ID's. My Phone will show up in iTunes, my wife's wont. After plugging my wife's phone into my Win 8.1 pc and check Sync over wifi, I hit the eject button, could this be the reason? Or might it be the different Apple-ID's? If the answer is the first, is there any way tohave iTunes forgetmy wife's phone so I can addit from scratch?

    Ello,
    I know this, but thats in the past now sadly. The question is: Why wont my wife's iPhone show up in iTunes via wifi?
    Is it because I pushed the eject button? And if so, is there any way I can make iTunes forget my wife's iPhone and *** it from scratch again?
    Or is it because the phones uses different Apple-ID's?

  • One Key FIgure in more than one column with different restrictions

    Hi,
      I am using a key figure in more than one column with different restrictions, but restriction in one column is affecting the result in other column. What shall i do to make it independent from one another??

    Hi Pravender Chauhan,
        If you want in Single column different value for different Rows based on same Key Figure, you can create Structure where you can define different logic for each row but using same key figure.
    If you want to use different Key figures then you should have to Restricted Key Figure and for any calculation you can use calculated Key figure.
    Assign points if Useful.
    Regards,
    Rajdeep.

  • Okay can you have more than one account on one computer with different e-mails

    Okay can you have more than one account on one computer with different e-mails

    Yes for iTunes....started a new account and when I try to sign in to the store it gives me a message that this id hasn't been used and would you like to review at which time then it tells me your request cannot be completed and to check date on computer and the cookies well the date is correct and not sure what or how to alter the cookies..I turned firewall off and tried that but still no luck...also deleted temp cookies and still having problems..I have been trying to fix this for days and just about to give up any ideas

  • How to host one application using different database connection on OAS?

    Hi,
    Jdeveloper - 10.1.3.4
    Application - ADF/BC
    Oracle Application Server - 10.1.3
    Above our the specifications for our application,
    We have two database schemas different for development and production therfore we have different databse connections for the two,
    we have one application which is in production and enhacements on the same application are done by the development team.
    Since we have two different schemas for developement and prduction we use different database connections for the application on development and production.
    The problem is our Model and View Controller project are same, only the database connection file changes that's why we are able to host only on application at a time on our OAS. This is probably because the URL generated by OAS for developemnt and prodyction application is same.
    Is there a way we can host two instances of the same application with two different database connections on the a single OAS.
    Thanks & Regards,
    Raksha

    Use different deployment profiles each with a different context root for your application?
    See: http://one-size-doesnt-fit-all.blogspot.com/2009/02/configuring-separate-dev-test-prod-urls.html

  • HT204053 We have two Iphone 4S but we set each one up with different accounts, how can we share purchased or downloaded music from and iTunes card without purchasing twp different cards?

    We have two Iphone 4s with different accounts, what would we need to do to share music from and Itune card if one of us purchased and the other did not?

    Put all of the music on the computer(s) to which you sync, then sync to your idevices

  • How to communicating one application with another?

    I wanted to make a web site that have the ability to view,update,insert and delete record in a database. How to do that? How can one application communicate with another? example, I wanted to have XHTML communicate with Java and Java to communicate with my database that is pointbase database.

    Multi-tier application communication is a somewhat complex matter. It may be made using differents techniques and designs. But like Sum-shusSue said, a typical Java-based solution would use these Java technologies: JSP (Java Server Page) for the presentation side (the client), Servlet or EJB (Enterprise Java Bean) for the server-side logic. The communication with the Database is made through JDBC.
    I suggest that you take a look at the J2EE edition of Java. That stands for Java 2 Enterprise Edition and it is specifically made for enterprise system development, such as Servlet, JSP, EJB, etc...
    This is a whole lot of new subjects and, from my humble experience, it is not that easy. i.e. I would not recommend it for strict newbies. However, if you have some months of Java coding on your side, maybe you should take a look. You can check first the left menu of this site, you'll find, under Technologies the sub-menu J2EE. There's also, somewhere on the site, tutorials on differents J2EE topics. Finally, I would recommend you this book:
    Professional Java Server Programming, J2EE 1.3 Edition, edited by Wrox. Of course, there a lot of other books on hte market. J2EE is a hot topic!
    Hope this help...
    Simon

  • How to maintain one vendor with differant plants at differant states.

    Dear All,
    i have one scenario with me in that my client purchasing his goods from one vendor that vendor is having two plants one at mumbai & one at gujarat. Now how i will maintain these two address with the same vendor. Along with that i need to mainatin the tax structure for both in one vendor. While creating purchase order how buyer will pick the tax structure.
    Regards,
    Nandkishor Nachane

    Hi,
      You can create one main vendor code and use partne function to add address of different plant location.
    regards,
    zafar

  • SharePoint 2010 - Create new site collection in existing web application with different existing content DB

    I have a SharePoint 2010 root level site collection SC1 in web application WEBAPP1. I want to create copy of that site collection in same web application WEBAPP1. Apart from Import/Export, Restore/Backup options, will following approach work? If yes , how?
    I took backup of content database of web application.
    Restored database with different name
    Mounted Content database to this WEBAPP1 by assigning new ID to DB
    Created new site collection by using this newly mounted DB
    Site collection gets created successfully but content does not appear.
    Please guide if i can achieve desired functionality by using this approach.
    If this helped you resolve your issue, please mark it Answered

    It is because the Site GUID is identical, and each GUID can only be present on the farm once. You can use Backup-SPSite/Restore-SPSite (which is full-fidelity, unlike Export-SPWeb/Import-SPWeb), which will generate a new GUID for the restore Site Collection,
    even in the same Web App.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • One landscape with different databases releases

    Dears,
    A customer have MSSQL 2000 installed on your systems DEV and QAS. The PRD system does not installed.
    Now the customer need install only the production system, but he want with MSSQL 2005.
    Does have problems? What SAP recommend?
    Thanks,
    Dejalma Rodrigues

    Hi,
    It is possible to have different releases of DB within a landscape <u>as long as the same release of the SAP application supports it</u>. The end users will not see any difference.
    The challenge is support for DB patching if you don't have anywhere to replicate production issues. Not to mention possible issues with different DB tuning parameters and back-up recovery processes.
    I would suggest that you <b>at least</b> upgrade the QAS system to SQL Server 2005 too in the short term. The recommendation you will always get is to have all 3 aligned on the same release - that should be your longer term goal.
    Cheers,
    Mike

  • Two iPods on one cumputer with different songs

    I can't find out how to put two ipods with different music on one cumputer and how to put songs on one iPod and not the other. if you know how plz help!

    Additional links and help...
    Using iPod with multiple computers
    http://docs.info.apple.com/article.html?artnum=61675
    Managing content manually on iPod
    http://docs.info.apple.com/article.html?artnum=61148
    iPod: Frequently Asked Questions
    http://docs.info.apple.com/article.html?artnum=60920
    Patrick

  • Can I download more than one application, with the free trial?

    I'm interested in Illustrator and Photoshop, more immediately. However, will possibly be looking at a full individual subscription, at a later time. Is it possible to download more than one application, for a free trial, at a time?

    Jacob Bugge wrote:
    It is quite possible, but you may wish to start by downloading the trial the of the first application and start using it before you download the next one, because that will give you more total tryout time than if you download both simultaneously.
    I thought the trial period of 30 days starts from the day you use, not from the day you download/install.

  • One application with two projects, nothing works....

    1st of all hope here is the right place to post this question. And sorry for a bad title, but I couldn't think of nothing better.
    2nd, hello everyone!
    And now:
    I have created a new application in JDeveloper 11.1.1.1.0 and started a project (lets say EXAMPLE_P). I had problems integrating the project with an already existing library (which I did as well). Therefore I opened the project of this library (LIBRARY_P) in the same application as EXAMPLE_P project. Now I wanted to debug, like I used to do in JDeveloper 11TP4, in the classes in the LIBRARY_P while running my EXAMPLE_P web-app.
    The problem is that LIBRARY_P has a web-application as example/test, but when I pack the jar I use just certain packages.
    Now when I come to JDev 11.1.1.1.0 (Studio Edition Version 11.1.1.1.0, Build JDEVADF_11.1.1.1.0_GENERIC_090615.0017.5407) none of the projects works, with or without dependency. For the LIBRARY_P web-application I use a DataSource that I no longer have, so everything falls apart and absolutely nothing works, not even EXAMPLE_P, which does not even have a dependency defined to LIBRARY_P. As soon as I remove LIBRARY_P from the application, EXAMPLE_P works.
    Can anyone shed some light on a workaround or explanation why?? (I know already that JDev tries to deploy both of them... question is for the love of god WHY!??!) TP4 was so much better.....
    Thank you

    Quoting Shay Shmeltzer: "In general if you have a library that you need to use in another project all you need to do is add the JAR to the project properties->libraries and class path."
    I agree, but I don't want to just use the library, I want to debug that library using my application.
    For this case my EXAMPLE_P is a wep-application, a portal. The LIBRARY_P is a CMS framework. They use struts, tiles, spring, etc....
    The library for the cms framework has just classes like actions, filters, listeners, etc, no jsps, no web.xml, just classes. Problem is that the JDev project (v. 11g TP4) for this cms framework has an example application (web-application with struts and so on), so that we can understand on a test (practical test) basis how it works, for a little experimenting, etc.
    Now my new portal uses the actions, filters, listeners, etc present in this library and I need to debug how my project behaves with these actions, etc. and where it fails.
    These projects were done for OC4J and therefore don't have a weblogic.xml, nor anything for deployment on weblogic, and I have in fact no interest in deploying it, I just want to debug the classes. On JDev 11gTP4 with OC4J I just defined project dependency and as long as it compiled it was possible to debug everything.
    Hope now I'm a bit more clear on what is my problem. Me and my metaphors... :)
    Thanks for the feedback
    Edited by: user11199488 on Sep 16, 2009 10:37 AM

Maybe you are looking for

  • Worst experience ever...I can't even.

    First, let me say that I am writing this review on New Year's Eve, at 8AM. This isn't what I WANT to be doing right now, but I am so upset and frustrated that this is the only way I can think of to vent and to warn others against this experience. I d

  • Ipod 30gb - error message while converting cds

    So I just got a 30gb Ipod. I tried to rip cds into Itunes, but I was getting error messages saying "Itunes can not convert song". So a friend suggested that it was the computer I was on. Last night I restored my Ipod on my laptop, tried to convert a

  • Send 2 MobileMe Problem

    Hello, when i take a picture (not landscape) and i'll send it through the camera.app to my mobileme gallery, it automaticly rotate the picture when i try to watch the gallery through IE8 or Safari. When i make a screenshot for example and upload it f

  • How to create the anonymous user for FTP server in Linksys E3000?

    I made a FTP server in my Linksys E3000 and everything work great. But when I send URL to my friends to download file, everyone must login So, can I create Anonymous User (like FTP server in PC) to simplified everything ? Thank you so much!

  • ADD address in sales order

    Hi Experts , In sales order in partner tab address displayed for  sold to party is standard address .but  I want to add other then standard address of sold to party in place of standard address using function module crm_order_maintain . Plz guide me