How to make your application multilanguage

Hi,
i have an application under jdev 11g that uses resources bundle for the multilanguage.
In my main page the user can choose the language to see.
<af:selectOneChoice id="language" value="#{view.locale}" contentStyle="width:16em;">
<f:selectItems value="#{locales.lov}"/>
</af:selectOneChoice>
This works perfect when you have simple JSPX pages but with the use of templates and popups the language always return to the default.
Kindly advice
Emile BITAR

Hi,
my adfc-config.xml is empty
<?xml version="1.0" encoding="windows-1252" ?>
<adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
</adfc-config>
in faces-config.xml
<navigation-rule>
<from-view-id>/common/cb/CbMoneyReceivingCbMoneyReceiving.jspx</from-view-id>
<navigation-case>
<from-outcome>CbMoneyReceiving</from-outcome>
<to-view-id>/common/cb/CbMoneyReceivingCbMoneyReceiving.jspx</to-view-id>
<redirect/>
</navigation-case>
</navigation-rule>
which is standard
Any hints
Emile

Similar Messages

  • How to make destop application using java

    how to make destop application using java
    i mean to say when we double click on the exe file the program should lounch the application
    for windows

    when i double click ii got the msg
    Failed to lad main class manifest attribute from
    x/x/xyz.jar
    what exatly it meansIt means that your Manifest.MF for the JAR file should contain an attribute called Main-Class pointing to a class containing the main() method.
    Something like this should be present in META-INF/Manifest.MF :
    Main-Class: MyApplicationMain

  • How to make your iPad and iPhone commicate with each other

    How to make your iPad and iPhone commicate with each other

    this is very easy...
    firstly disconnect the DSL modem for the linksys..
    then connect the computer to the linksys router (port 1/2/3/4)..
    then access the linksys setup UI
    open ur web browser
    site: http://192.198.1.1/
    username: [blank]
    password: admin
    now hook up the westell modem.. and goto the status page ...
    check Internet IP.
    if then Internet IP is 192.168.1.* then,
    disconnect the westell from the router and goto the setup page.
    change the LOCAL IP address to 192.168.2.1 (notice the 2.1 and not 1.1)
    save settings....
    connect the westell and viola ur online...
    if the Internet IP is 0.0.0.0 then
    goto the setup page and change the 'Internet connection Type' to 'PPPoE'
    once done the page changes and give u a place to enter a username and a password.. this username and password is given by verizon..
    sud be something like '[email protected]'
    once done save settings...
    goto the status page and hit connect... give it a few moments... u shud get a Internet ip address... if u get one ur online if not then power cycle the entire network. and try check to see if u get an ip..
    hope this helps...
    cheers..
    Life is short... So get movin !!!
    DopeLorD

  • How to make Forms6i Application Install Program?????

    How to make Forms6i Application Install Program?????
    We have finished a Forms6i Application , and need a installer to install software.
    Can I use Oracle installer or must use MS visual C++ to make a installer? I need wirte a register.
    Anything inclued in Form6i Production (IDS) to introduce installer???
    Thank you.

    How to make Forms6i Application Install Program?????
    We have finished a Forms6i Application , and need a installer to install software.
    Can I use Oracle installer or must use MS visual C++ to make a installer? I need wirte a register.
    Anything inclued in Form6i Production (IDS) to introduce installer???
    Thank you.

  • How to make Trusted Application

    Hello 2 all
    I want to know how to make trusted application on mobile..?
    Waiting for reply..
    Jignesh

    Hi,
    http://developers.sun.com/techtopics/mobility/midp/articles/permissions/

  • How to make client application

    hi....
    help me...^ ^ how to make client application(not standalone..)
    I seached bea document.. but I can't it.
    if someone have sample(.ear or .jar), I hope you it share...

    Hi
    Client Application can be any Java class, JSP etc which is a part of multi
    tier architecture which accepts input from Client and directs request to the
    middle tier for processing. You can refer to
    http://e-docs.bea.com/wls/docs61/jsp/index.html
    for building jsp's as Client application.
    Regards
    johny
    "kyungmoon" <[email protected]> wrote in message
    news:3c4f571d$[email protected]..
    >
    hi....
    help me...^ ^ how to make client application(not standalone..)
    I seached bea document.. but I can't it.
    if someone have sample(.ear or .jar), I hope you it share...

  • How to make two Application Modules share the same entity cache?

    Hello everyone, I am using JDeveloper 11.1.2.3.0
    I have a little problem in my application through using two AppModules that contain also same ViewObjects. So to be clear one VO is declared in two AppModules. When I commit the view by using AppModule1 and then go to another page that uses the same VO but from AppModule2, I have to commit again, even through the row is previously stored in the database.
    I understood that this came because different AppModules use different entityCache for database communications.
    I am asking if anyone knows any option on how to sync the entity caches from the two appmodules, or how to make them use the same entity cache.
    Thank you

    You can make a copy of the app and give it another name, but it will use the same settings files no matter which you open. Settings aren't stored in the app, but in your Preferences.
    Firefox, being a Windows derivative, might have the capability to use "Profiles" where you'd set it up different for each profile. I don't use Firefox, so I don't know if that option exists.

  • How to make the application offline

    I have X7 phone and each day the amount of my pulse is decreasing. the internet is working but I didnt use it. How can I make the application become offline and not receiving updates. I already set my widgets to offline mode but it still like that. need your help

    go to settings menu...then connectivity...then settings...set "Data use in home country " to always ask....so next time whenever any app would try to connect to internet then it would ask you to either cancel it or other options like  "connect automatically" or "connect this time only" 
    If you want that your phone should only use your home wifi only then set "Data use in home country" to WLAN only

  • How to make an application scalable?

    Hello,
    Few years ago I have written a java application (J2SE) used to translate some requets from one protocol to another one (propriétary protocols). At that time, this applicaiton has been designed to process about 1000 requests per day.
    Now we would like to use it to process 100 times more requests per day but in this case the application becomes too slow.
    I'm wondering if there is any techniques that would allow me to dynamically start multiple instances of my application to process these requests faster in case of overload.
    Does such mechanism exists with J2RE?
    If yes, can you please give me some details about it?
    Thanks in advance.
    Remi.

    Philipina wrote:
    Hello,
    Few years ago I have written a java application (J2SE) used to translate some requets from one protocol to another one (propriétary protocols). At that time, this applicaiton has been designed to process about 1000 requests per day.That's about one request every 29 seconds in an 8 hour day.
    Now we would like to use it to process 100 times more requests per day but in this case the application becomes too slow.That's about four requests per second. A typical Java application should be able to handle up to 500 - 2000 requests/second if it is not waiting for IO, network or a database. (One or all of these could be your problem)
    I'm wondering if there is any techniques that would allow me to dynamically start multiple instances of my application to process these requests faster in case of overload.I think you should find out why your request processing is so slow. Have you tried profiling your application? If it is CPU bound, this should help significantly. If it is IO/network bound it is worth understanding what it is spending its time waiting on.
    Does such mechanism exists with J2RE?You cannot use more that 100% of your CPU so creating more processes at this point won't help. If you are IO bound, more thread won't help either. If you are network bound, more threads can help, but fixing the network/remote service would be a better solution.
    You need to understand what is making your application too slow and fix it or tune for that problem specificity. Adding more and more threads doesn't always make a program go faster.

  • How to make .exe applications

    good day, im interested in java and started reading tutorials. i dont have prior background in programming. as i skip reading on tutorials, i notice that programs are run on command prompt. my question is, can i make a program that have filename extension .exe and when you click that icon it runs the program directly on the screen? i thought that program like C++ or java can make a application program just like games that dont need command prompt.
    racz

    morgalr wrote:
    If you choose to make an EXE file, there are programs for that, but you might as well just choose any .NET technology, since you will be missing out on one of the greatest features of Java--the ability to develop once and run on any platform.This is not quite true. A program developed in Java doesn't become less portable just because it's distributed in some other format than bytecode. The distributed executable can only run on the target platform of course but the program itself is as portable as before.
    So there's no reason to stop using Java even if you mainly target Windows and want to distribute your program in a .EXE format for technical, economical, legal or whatever reasons,.

  • How to make your movie from a template in AE CS6?

    Hello,
    Firstly, I'm new to this forum and Adobe After Effects. Hence, please excuse my beginner's language.
    I recently modified a slideshow template in AE CS6. After doing all the necessary modifications in the template project, I do not know how to make a movie out of it.
    I'll appreciate your help in guiding me by providing the necessary information to create the movie.
    Waiting for a reply.
    Thanks

    JMichael wrote:
    Actually, I have to create the movie urgently and send it to a colleague.
    Ouch. That's rather like saying your thesis committee needs your paper tomorrow and, say, while we're at it, can we help you with your research?
    After Effects is huge, unbelievably deep and stupidly complicated.
    It's not that we don't WANT to help you, it's that we cannot execute the rendering commands for you nor can we make all of the rendering and output decisions for you.

  • How to make your site DIFFERENT...

    Some have auto-playing movies, or songs...
    Some have "comment" sections...
    Some have no menus...
    What have you done to make your site different?
    What have you done to make your site eyecatching?
    How is this accomplished?
    Many of us are finding that we have already pushed iWeb to it's apparent limits, and we need more ideas!
    http://www.derekbalsley.com

    Thanks all for the kind words.
    Linda, as far as the images go I edited them in Photoshop.
    I saved them as jpegs using the quality slider set at 8
    (never less for quality reasons).
    The actual image "dimensions" in general are 280pixels x 421pixels
    depending on orientation and 72 ppi in image "resolution" .
    I think if you keep images no larger then 450pixels for general viewing
    they should load fine.
    The images that are the Page Headers are however W700xH400 which is the size of the default place holders in the templates, or 700x120 for the narrow ones.
    I hope this isn't getting too technical, I've even considered doing QuickTime tutorials.
    Derekbalsey: I'd say use the shapes and do things like adding strokes to a shape and use white or no fill or a complimenting color to fill it.
    I will be updating the site tonight, nothing major, just slight changes to the page headers and adding some photos until I get some more "pro" looking ones I hope.
    We'll see ho fast those load as they will be larger.
    My goal is to use simple shapes and good colors, as i don't really know how to create animations and the likes.
    G4 450 dual, PBG4 1.5/ATI 128/1gig ram   Mac OS X (10.4.4)   http://homepage.mac.com/uhanna

  • How do get your applications that you create in x code to you iphone

    How do you get your applications that you create in x code to your iphone so it can be tested?

    Use the resources you paid for in the iOS Dev Center...
    Xcode Overview
         Run Your App

  • How to make your drawings into a movie?

    There is this series on youtube called 'Simons Cat' and I know its only his drawings that are made into a movie.
    I know how to make a video with pictures just the still pictures, thats not what I want, I want my drawings to move so its like 'Simons Cat'
    If you want to know what I mean, look here: http://www.youtube.com/watch?v=JP1Pk62X7XQ&feature=endscreen&NR=1
    Mostly preferred to use iMovie!:)
    Many Thanks,
    Chris

    Simon Tofield draws and animates directly in Adobe Flash. It's frame-by-frame animation aka "cell animation"; that is, Simon creates a new drawing for each frame of the movie (though of course many elements are probably copied from the previous frame. If you don't want to use Flash, there are a number of other animation programs available. See:
    http://www.macupdate.com/find/mac/animation
    Many animators, those who prefer to work in more traditional physical media, just make their drawings and photograph them to stitch into a movie. Up to you what you feel most comfortable working with.
    Regards.

  • How to make your battery life longer

    You can turn your brightness down to about a little bit above half way.

    You could always check here for tips on how to maximize your battery life.

Maybe you are looking for

  • My hard drive fried, and I need to transfer files from iPod to My Music

    I've seen articles on transferring music from an old computer to a new one when you still have the old computer. But, my hard drive completely fried, and I need to know how to transfer the files from my iPod to the new hard drive. I thought I saw an

  • Photostream on iMac not working after Yosemite

    Upgraded all iPhones to the new 8.0 and iMac to Yosemite. Since then iPhone photo stream are working (slower and different names) however, no photos are being transferred to the iMac. Photo stream is turned on with all devices. This has never been a

  • RAW or JPEG  What id best for creating an iBook?

    I have photos in both RAW and JPEG format.  I know that when a RAW file is edited it is saved as a JPEG.  I noticed that the size of the edited RAW file is often smaller than the same JPEG photo. (Sometimes it's up to 2MB or more difference.)  Believ

  • White Specs and 1 Dead Pixel

    Hi everyone, I'm not sure if anyone else is experiencing this but I have a week 36 iPod, without any of the audio or negative black issues but instead with tiny white specs that appear and disappear when I move the iPod in different angles. These whi

  • What model HD are they putting in the new Mac Pro's?

    What model hard drives are they putting in the new Mac Pro's? I need to purchase a second drive in anticipation of a 2.8 I'm ordering and I want to get the same brand and model.