How does Flex support Internationalization?

I know the mx:Text, mx:Label, mx:TextArea support non-English languages. But do I switch, for example, a mx:Lable's text between two languages.
Is there a framework that support it?

On 2/24/2011 9:27 AM, 2009 Matt said:
>
Yes, It uses resource boundle. How do you use the property file with east asian languages, such as Chinese?
flex's resource bundles (RB) aren't like java RB, they're utf-8 text not escaped
unicode.
for swapping locales at runtime see this:
http://adobe.ly/eWdJpd

Similar Messages

  • How does flex upload works

    Hi,
    I have created a flex web application with php server side support. There is a file upload functionality in this webside. When I'm uploading a file using flex upload controller does it uses a huge amount of memory from the client machine that uploads the file? and how does flex controller transfer the file to server (upload the whole file at once, upload as chunks) ?
    Cheers!! 

    Hi,
    Refer links:
    http://download.oracle.com/docs/cd/B19306_01/em.102/b16227/oui8_opatch.htm
    http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e15294/prereq_checks.htm
    http://avdeo.com/2008/08/19/opatch-utility-oracle-rdbms-patching/
    thanks,
    X A H E E R

  • How does Labview support redundancy?

    I have a control system and Labview will act as the means of control/monitoring. However, I want to have a primary and secondary computer with duplicate system setups. How does Labview support this type of redundancy such that if the primary goes down, the secondary will take control seamlessly.

    Hi,
    LabVIEW has many capabilities that can be combined to create a very robust redundant system. Some of these features include the following:
    Archiving databases periodically
    Monitoring a process on a remote machine
    Executing an application on the backup when the primary has failed
    The most straight forward method of implementing the monitoing is to use discrete memory tags to create a heartbeat. When the heartbeat on the Primary machine has stopped, the backup should take over and begin execution.
    If you have specific questions about how to implement this, feel free to call support by going to www.ni.com/ask.
    Regards,
    Mike

  • How does java support the concept of destructor?

    How does java support the concept of destructor?

    @KunalSurana: before you flood the forum with basic questions, do us a favour and read.
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.co.uk/exec/obidos/Author=Bloch,%20Josh]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]

  • How does NetWeaver support FIPS in java part?

    As we know,  default JDK doesn't support FIPS in the SSL/TLS socket.
    There are 3rdpart soft, like certicom, bsafe can support this.
    And in the opensource, NSS + jdk, seems can be a solution.
    Here, just a question, how does NetWeaver support FIPS in java part?  Is there an internal implementation?
    Thanks.
    Message was edited by: Andy Silvey

    I'm not aware of any. The library is backwards compatible so you should be able to replace an existing SAP Cryptographic Library with CommonCryptoLib. The Crypto Kernel implementation seems to exist only for AS ABAP. Maybe someone working on security at SAP can comment, I will ping the Security space to get their attention.

  • How does BW support Balanced Scorecard?

    Hello,
    how does BW support Balanced Scorecard? Is it linked with CPM?
    thanks for input.
    Best regards.
    Kern kern

    hi Kern,
    check
    http://help.sap.com/saphelp_sem60/helpdata/en/1b/3131375fc9342ae10000009b38f839/frameset.htm
    The Corporate Performance Monitor accesses data that is stored in the SAP Business Information Warehouse (SAP BW)
    http://help.sap.com/saphelp_sem60/helpdata/en/70/18d437d4af0a21e10000009b38f8cf/frameset.htm
    The measures, on which you report with the Balanced Scorecard function, are defined by means of the Measure Builder function, and they are linked with technical key figures of the SAP Business Information Warehouse
    http://help.sap.com/saphelp_nw2004s/helpdata/en/7a/72663ca0a9272ae10000000a11405a/frameset.htm
    (navigation through left nodes)
    http://help.sap.com/saphelp_nw2004s/helpdata/en/6f/827439a551d61ae10000000a114084/frameset.htm
    hope this helps.

  • I wanted to know how does technical support work via icloud and is there any new technology out that helps providing technical support

    i wanted to know how does technical support work via icloud and is there any new technology out that helps providing technical support?

    basically I’m doing a project were I wanted to find out if there are recent technology  out that provides technical support for example they do it with remote access but is they any new ways that  they can support us and just wanted to find out if icloud gives technical support then how?

  • How does Flex handled long computation tasks?

    Hi
    I am using Flex3 with Java. I need to print a large document after doing some processing on it, which require about 15 seconds(varying depending on size of document). Currently, the browser will hang for around 15 seconds and after that the printing starts.
    I want to figure out how to take care of the following items
    User should be able to execute long tasks, even if the cumputaion time takes longer time, say 1 min.
    Any option for multi-threads, so that i can split the processing job to minimise the computation time.
    Option to Cancel the execution in between.
    Avoid the freezing of UI - currently, my browser is getting stuck while flex executes the print job
    Also, can I incrementally render the browser with some data during the ciompuutaion so as to engage the user to reduce the effect of computaion delay.
    Thanks
       Rakesh

    Unfortunately, the current Flash Player does not support multiple threads in ActionScript. However, the Player team is aware of the desire by developers for some form of concurrent processing and they're thinking about how to satisfy it.
    In the meantime, if you have a lot of ActionScript to execute, you have to develop some kind of "green threading" (http://en.wikipedia.org/wiki/Green_threads) of your own, or find a library that does it. The basic idea would be to use an enterFrame handler (or a Timer) and a work queue to do only a reasonable amount of computation per frame.
    Gordon Smith
    Adobe Flex SDK Team

  • How does jmf support for avi format

    I have written code to play audio and video filesusing JMF..My code is able to run only in mp3 and other 2 formats, but it is failed to run other formats like avi, mov etc..Now i need to play my video file which is their in avi format. Please tell me how does my code supports in other formats too...I had searched in google and it has given me some sites, but i didnt get any solution from them.

    Ok, I rant about this same thing again
    AVI is a file format. Think of it like a can. Either you have a can openor or not, but just because you have the ability to open the can doesn't mean you can necessarily eat what's inside.
    AVI is simply a file format that you can embed audio and video data into. The video itself is going to be encoded using some video encoding, like, RGB or DivX or something like that.
    JMF supports the AVI filetype, but it only supports a few video encodings for the AVI.
    [http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html]
    Same with MOV files. Again, a filetype. You need to make sure the encoding inside the file is supported by JMF, otherwise it won't be able to play it.

  • How does Flex cache PDF files??

    I need to prevent my Flex application to cache PDF files... We are using LiveCycle8.2 and Flex 3.2. Does anybody may help me??

    Sorry for being newbie obtuse but are you saying that FP (Flex Project I assume)'s are an Active X (application) and thus IE does utilize its cache for all HTTP based communications???
    If so then as I understand it, the typical Flex Project has an HTML wrapper which then loads the Flex App (I assume using HTTP).  Subsequent Flex<--->Server communications can be HTTP or other format (AMF which I believe BenForta indicated was HTTP "wrapped" as well but at the moment I am less concerned with this).
    As such is the following correct?
    1.)  IE Browser hits HTML page (url) ----> IE checks its cache; If exists compares vs current version on server; If different download from server else load from cache
    2.)  HTML page calls Flex App (using HTTP???) ----> IE again compares Flex App in cache (if exists) vs. server and if same load else download
    3.)  Flex App retrieves image file names via <mx:RemoteObject> ----- I don't see how browser cache can be used here as results not known until after dbase query completes
    4.)  Flex App uses <mx:RemoteObject> results to retrieve large .jpg files  ---- do these "pass through" the browser (and therefore load and/or store in cache) or are they purely "Flex contained" (and if so does flex have any automatic cache or do I have to perhaps store the jpgs in a shared object if I hope to reuse them without a download)???

  • How does Flex cache images??

    To my understanding, in straight HTML the browser caches image files such that upon return visits (all other things being equal) the browser obtains the image from a browser cache rather than re-downloading.
    Does/can flex make use of the same browser cache?   More specifically, if my flex app downloads a large image file; then the visitor closes his/her browser before reopening it and navigating back to my flex app URL where does the same large image file come from, the imageServer again or from some sort of cache?
    For that matter is the flex app itself cached by the browser such that (assuming no changes were made between visits) a return visit to my flex app url does NOT require the re-download of the app from the server (I know HTML has this capability but not sure about the HTML "wrapper page" which launches the flex app).
    Thanks in advance,

    Sorry for being newbie obtuse but are you saying that FP (Flex Project I assume)'s are an Active X (application) and thus IE does utilize its cache for all HTTP based communications???
    If so then as I understand it, the typical Flex Project has an HTML wrapper which then loads the Flex App (I assume using HTTP).  Subsequent Flex<--->Server communications can be HTTP or other format (AMF which I believe BenForta indicated was HTTP "wrapped" as well but at the moment I am less concerned with this).
    As such is the following correct?
    1.)  IE Browser hits HTML page (url) ----> IE checks its cache; If exists compares vs current version on server; If different download from server else load from cache
    2.)  HTML page calls Flex App (using HTTP???) ----> IE again compares Flex App in cache (if exists) vs. server and if same load else download
    3.)  Flex App retrieves image file names via <mx:RemoteObject> ----- I don't see how browser cache can be used here as results not known until after dbase query completes
    4.)  Flex App uses <mx:RemoteObject> results to retrieve large .jpg files  ---- do these "pass through" the browser (and therefore load and/or store in cache) or are they purely "Flex contained" (and if so does flex have any automatic cache or do I have to perhaps store the jpgs in a shared object if I hope to reuse them without a download)???

  • Does Flex support 256 color displays?

    Hi all,
    Does Flex / Flash officially support 256-color displays? I
    can't get the Image control to display any images at all when the
    display is set to 256 colors.
    I've tried PNG, GIF, and JPEG images with monochrome, 16
    color, 256 color, and 24-bit palletes (in every combination the
    formats allow). They *all* work fine if the display is set to
    15-bit color or higher, but *none* of them work if the display is
    set to 256 colors. I would have thought at the very least that the
    Flash player could show a monochrome image on a 256 color display
    Does anyone know if this is a limit in the Flex control, or
    the underlying Flash controls? Could I solve it by using some Flash
    control directly?
    FYI, this the problem exists on both machines that I have
    tested so far. Both using Windows 2000, with both IE7 and FF1.5.
    Any ideas? Thanks!
    Paul

    OK, so this definately looks like a bug in Flex / Flash when
    running on 256 color displays.
    Really simple Flex projects that contain nothing but images
    like:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical">
    <mx:Image source="
    http://domain/image1.gif"
    />
    <mx:Image source="
    http://domain/image2.jpg"
    />
    <mx:Image source="
    http://domain/image3.png"
    />
    </mx:Application>
    Don't show anything at all, but if you throw in a few images
    via a Text control such as:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="vertical">
    <mx:Text width="450" height="75"><mx:htmlText>
    <img src="
    http://domain/image1.gif"
    />
    </mx:htmlText></mx:Text>
    <mx:Text width="450" height="75"><mx:htmlText>
    <img src="
    http://domain/image2.jpg"
    />
    </mx:htmlText></mx:Text>
    <mx:Text width="450" height="75"><mx:htmlText>
    <img src ="
    http://domain/image3.png"
    />
    </mx:htmlText></mx:Text>
    <mx:Text width="450" height="75"><mx:htmlText>
    <img src="
    http://domain/image1.gif"
    />
    </mx:htmlText></mx:Text>
    <mx:Text width="450" height="75"><mx:htmlText>
    <img src="
    http://domain/image2.jpg"
    />
    </mx:htmlText></mx:Text>
    <mx:Text width="450" height="75"><mx:htmlText>
    <img src="
    http://domain/image3.png"
    />
    </mx:htmlText></mx:Text>
    <mx:Image source="
    http://domain/image1.gif"
    />
    <mx:Image source="
    http://domain/image2.jpg"
    />
    <mx:Image source="
    http://domain/image3.png"
    />
    </mx:Application>
    Then all of the images will appear - all of those embedded
    into the Text controls, as well as those embedded into the Image
    controls. Note, it seems that there needs to be "significantly"
    more Text controls than Image controls for this to work... but I
    haven't really narrowed that down.
    Also, when the Text controls are not used, it seems that
    popping up Alert boxes cause the images to display correctly until
    the dialog box is dismissed, and then the Image controls disappear
    again!
    Finally, I've found that I can get the Image control to work
    reliably (so far) by itself, if I simply set the height or width to
    be at least one pixel less than (not greater than) the real image.
    So, for example, my image is 450 pixels wide, by 75 pixels
    high. So, of the following four Image controls, only the last one
    works!
    <mx:Image source="
    http://domain/image1.gif"
    />
    <mx:Image width="450" height="75" source="
    http://domain/image1.gif"
    />
    <mx:Image width="451" height="75" source="
    http://domain/image1.gif"
    />
    <mx:Image width="449" height="75" source="
    http://domain/image1.gif"
    />
    Once again, all of these behaviours only occur when the
    display is set to a 256 color mode. Everything works as expected on
    15bit+ color modes.
    So, I guess I should file a bug report now?
    Paul.

  • How does NI support CANopen devices?

    In what way does NI CAN card support CANopen architecture?How do i implement CANopen architecture using available NI CAN cards?
    Kindly give me some suggestions!

    It´s relatively simple to build your own CANopen VI`s based on the NI CAN driver from NI.  Attached you will find two examples to communicate with CANoppen devices. The first example (CANopen Demo.llb) shows how to build a COB ID and using this ID to communicate with SDO and PDO messages. The second example (CANopen-Sensor.llb) communicates with a single device using  a special command message  to trigger the data transfer from the device.
    Hope that helps.
    Attachments:
    CANopen_LabVIEW.zip ‏206 KB

  • How does flex builder handle permissions?

    Every time i launch flex builder it seems to for some reason
    replace my external files(asp files that gernerate xml) with older
    versions. Sometimes during work updates i make to these files stop
    occuring entirely, its as if im not able to save over or copy over
    the files, when i close flex builder and reboot i can copy the
    files from last time i backed up and work for a little while
    longer, it just started doing this. My files are in the bin
    directory with all the other files and maybe thats bad, anyways any
    advice would be great.
    leo

    leotemp wrote:
    > Every time i launch flex builder it seems to for some
    reason replace my
    > external files(asp files that gernerate xml) with older
    versions. Sometimes
    > during work updates i make to these files stop occuring
    entirely, its as if im
    > not able to save over or copy over the files, when i
    close flex builder and
    > reboot i can copy the files from last time i backed up
    and work for a little
    > while longer, it just started doing this. My files are
    in the bin directory
    > with all the other files and maybe thats bad, anyways
    any advice would be great.
    >
    > leo
    >
    When you compile and run a flex application in flex builder
    we copy over
    all the included files to the bin folder. Do you have copies
    of the
    generated xml files in your project? If so, then the ones in
    the bin
    folder will get overwritten.
    winsha

  • Which Soap version does Flex support

    Hello,
    I have a flex application trying to talk (via web service) to
    a gSoap server.
    If I send this:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Body>
    <hpvcm:userLogIn xmlns:hpvcm="
    http://hp.com/iss/net/vcm/resourceModel">
    <hpvcm:username>Administrator</hpvcm:username>
    <hpvcm:password>Administrator</hpvcm:password>
    <hpvcm:breakLockedSession>false</hpvcm:breakLockedSession>
    </hpvcm:userLogIn>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I get a Soap fault version mismatch.
    I have an apache client that sends almost the exact same
    thing, this:
    <soap:Envelope xmlns:soap="
    http://www.w3.org/2003/05/soap-envelope">
    <soap:Body>
    <ns1:userLogIn xmlns:ns1="
    http://hp.com/iss/net/vcm/resourceModel"
    xmlns:ns2="
    http://hp.com/iss/net/vcm/resourceDomain"
    xmlns:ns3="
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <ns1:username>Administrator</ns1:username>
    <ns1:password>Administrator</ns1:password>
    <ns1:breakLockedSession>false</ns1:breakLockedSession>
    </ns1:userLogIn>
    </soap:Body>
    </soap:Envelope>
    and I get a valid response this:
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="
    http://www.w3.org/2003/05/soap-envelope"
    xmlns:SOAP-ENC="
    http://www.w3.org/2003/05/soap-encoding"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:c14n="
    http://www.w3.org/2001/10/xml-exc-c14n#"
    xmlns:wsu="
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
    xmlns:ds="
    http://www.w3.org/2000/09/xmldsig#"
    xmlns:wsse="
    http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
    xmlns:hpvcm="
    http://hp.com/iss/net/vcm/resourceModel"
    xmlns:hpoa="hpoa.xsd" xmlns:hpvcd="
    http://hp.com/iss/net/vcm/resourceDomain">
    <SOAP-ENV:Body><hpvcm:userLogInResponse>
    <hpvcm:HpVcmSessionKeyToken>
    <hpvcm:vcmSessionKey>PCmB3HCKsiSkE9zIRytsaiTx</hpvcm:vcmSessionKey>
    </hpvcm:HpVcmSessionKeyToken></hpvcm:userLogInResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    From what I can tell the only difference is this portion:
    <soap:Envelope xmlns:soap="
    http://schemas.xmlsoap.org/soap/envelope/">
    BAD BAD BAD
    <soap:Envelope xmlns:soap="
    http://www.w3.org/2003/05/soap-envelope">
    GOOD GOOD
    The first is SOAP 1.1 the second 1.2
    My WSDL specifies 1.2. But I cannot get Flex to send 1.2.
    How can I tweak this?

    Did you get this figured out because I think I'm having the same problem?  I looked at your two requests and see that the soap envelope values are not the same, which is what is going on with me; that triggers the runtime soap mismatch error.  Is something happening when it runs through a soap proxy (soap server)?

Maybe you are looking for

  • [SOLVED] Opera + Flash = No Fullscreen on Youtube :/

    Hi, I've noticet that I can't force Opera to show Youtube content in fullscreen mode. I was talking to my mate who is using Ubuntu (with the same - latest - version of Opera 9.20 and the same Flash plugin 9.0r31) and he is using it just fine. Do you

  • Quicktime issues after system restore

    After system restore we had to reinstall games which required quicktime. after which I reinstalled itunes, but it wouldn't install without completely uninstalling everything for quicktime. reinstalled updated quicktime and itunes, but now games aren'

  • Scheduling Agreements and relevant schedule lines configuration !

    Dear Sapients, I request you all to help me in providing the configuration steps for Scheduling Agreements and relevant Schedule lines configuration. Its urgent please help me !! Regards, Sreedhar. kodalisreedhar---- com

  • Bridge Browser and WiFi Browser Issues???

    Hey everyone, I've had my Playbook since day one and I have been having issues that I can't seem to get resolved involving the Brdige Browser and WiFi browser. On the Bridge Browser I can't browse to any webpages. I simply get a non-descript "Not Aut

  • CS6 and Nik Software plugins?

    I've recently converted from CS5 to CS6.  I noticed that CS6 was pointing to CS5 for plugins rather than CS6. I made the mistake of trying to move the plugin folder from CS5 to CS6, which made a bit of a mess. I ended up reinstalling CS6, getting the