ADF 11.1.2.0: supported locales

Hello
I'm using JDeveloper 11.1.2.0.
Is anywhere information what locales are suppurted by ADF 11.1.2.0 components? I'm writing about translation for components (for example, text for predefined buttons in a af:dialog or menu for af:table).
And how to add unsupported language? Is it possible? Is there any documentation about it?
Anatolii

Thanks for replay
I know about this resource, but there is not information I need.
I found only that:
<i>
ADF Faces components may include text that is part of the component, for example the af:table component uses the resource string af_table.LABEL_FETCHING for the message text that displays in the browser while the af:table component fetches data during the initial load of data or while the user scrolls the table. JDeveloper provides automatic translation of these text resources into 28 languages. These text resources are referenced in a resource bundle. If you set the browser to use the language in Italy, any text contained within the components will automatically be displayed in Italian.
</i>
But what can I do if I need to make localization for language that is not a member of the mentioned above 28 languages?
And what are those 28 languages?
Anatolii

Similar Messages

  • Simple Browser which support locally saved html file having Marquee text

    I want simple java browser in which I can run locally saved html file having marquee text in it.
    My requirement is to show html file in Oracle forms.For that i need JAR Files of that browser which support html file(locally saved & support marque text).
    Because i use several browser which support locally html file but not support marque text.These browser display static html file not marque text in it.
    Can anybody help me.
    Regards

    1. There is no reliable way of guessing the encoding of a file without that information. Thats why XML for example has very strict rules wrt. it's encoding (short form: use UTF-8 or UTF-16, if you use anything else, you'll have to specify it)
    2. you might be able to make an educated guess if the possible range of encodings is limited, but it will probably never be 100% certain
    3. The HTML file might have a header entry "<meta http-equiv..." that tells you about it's encoding. You could try to read the start of the file and see if you find that, then if you found it re-read the entire file.
    regards

  • Are supported locales have to be explicitly stated?

    I am a JSF newbie. I recently started reading Core JavaServer Faces and am coding the examples in the learning process.
    I have downloaded Sun's JSF implementation (mojarra-1.2_12-b01-FCS) and was able to install/deploy successfully to Tomcat 6.
    I created a few message resource bundles in English, French, and Russian.
    I am able to display the messages correctly when changing the browser's locale.
    However, it seems I have to explicitly state the supported locales in the faces-config.xml configuration file:
         <application>
              <resource-bundle>
                   <base-name>com.tsf.i18n.messages</base-name>
                   <var>msgs</var>
              </resource-bundle>
              <locale-config>
                   <default-locale>en</default-locale>
                   <supported-locale>fr</supported-locale>
                   <supported-locale>ru</supported-locale>
              </locale-config>
         </application>
    This was quite a surprise to me and initially I thought something I did was wrong, as only the English messages were displayed (I didn't specify the locale-config at all). I have worked with JSP and struts before and I don't ever remember having to explicitly state the supported locales.
    My question is whether the locale has to be explicitly stated?

    As far I feel the tense in his question, his question was rather why (not whether) they have to be stated explicitly.
    Well, I don't know it either. It is indeed a bit superfluous.

  • Wls 6.1 with ejb 2.0 Does it support  Local Home Interface

    Hi,
    According to the document of wlogic server 6.1 sp2 for window,
    it supports EJB 2.0.
    When I built the bean(2.0 not 1.1) using local interfaces: EJBLocalObject and
    EJBLocalHome, they are successfully built fine, but when I deploy the Application
    they failed because of my interfaces did not "extends" EJBObject and EJBHome and
    java.rmi.RemoteException is required.
    When I extends the local interfaces the java.rmi.RemoteException will not be
    thrown (it is local)so it is not required but the weblogic 6.1 said it is required
    so I wonder the BEA WebLogic 6.1 sp2 supports the local interface.
    If it doesn't support Local interface, How could I do to get arround with this
    because Local interface is one of the new feature that talks in j2sdkee 1.3 with
    ejb2.0.
    Cheers,
    Tom

    Thanks Rob
    Tom
    Rob Woollen <[email protected]> wrote:
    >
    >
    It sounds like you have problems in your descriptors.
    Take a look at the examples/ejb20/bands. It demonstrates some EJBs with
    local
    interfaces in 6.1
    -- Rob
    Tom wrote:
    Hi,
    According to the document of wlogic server 6.1 sp2 for window,
    it supports EJB 2.0.
    When I built the bean(2.0 not 1.1) using local interfaces: EJBLocalObjectand
    EJBLocalHome, they are successfully built fine, but when I deploy theApplication
    they failed because of my interfaces did not "extends" EJBObject andEJBHome and
    java.rmi.RemoteException is required.
    When I extends the local interfaces the java.rmi.RemoteExceptionwill not be
    thrown (it is local)so it is not required but the weblogic 6.1 saidit is required
    so I wonder the BEA WebLogic 6.1 sp2 supports the local interface.
    If it doesn't support Local interface, How could I do to get arroundwith this
    because Local interface is one of the new feature that talks in j2sdkee1.3 with
    ejb2.0.
    Cheers,
    Tom--
    AVAILABLE NOW!: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnWebLogic.com
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    It sounds like you have problems in your descriptors.
    <p>Take a look at the examples/ejb20/bands.  It demonstrates some
    EJBs with local interfaces in 6.1
    <p>-- Rob
    <p>Tom wrote:
    <blockquote TYPE=CITE>Hi,
    <p>   According to the document of wlogic server 6.1 sp2 for
    window,
    <br>it supports EJB 2.0.
    <br>   When I built the bean(2.0 not 1.1) using local interfaces:
    EJBLocalObject and
    <br>EJBLocalHome, they are successfully built fine, but when I deploy
    the
    Application
    <br>they failed because of my interfaces did not "extends" EJBObject
    and
    EJBHome and
    <br>java.rmi.RemoteException is required.
    <p>   When I extends the local interfaces the java.rmi.RemoteException
    will not be
    <br>thrown (it is local)so it is not required but the weblogic 6.1 said
    it is required
    <br>so I wonder the BEA WebLogic 6.1 sp2 supports the local interface.
    <p>  If it doesn't support Local interface, How could I do to get
    arround with this
    <br>because Local interface is one of the new feature that talks in j2sdkee
    1.3 with
    <br>ejb2.0.
    <p>Cheers,
    <p>Tom</blockquote>
    <pre>-- 
    AVAILABLE NOW!: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnWebLogic.com</pre>
     </html>

  • X does not support locale

    Hellow, i setup SGD 4.2, but when i start an application or object manager via ttwebtop locally on the server. I get this error messages everytime after starting:
    /opt/tarantella/bin/ttwebtop -url http://localhost/tarantella.
    bash-2.05# /opt/tarantella/bin/ttwebtop
    X does not support locale
    Cannot set input modifiers
    Warning: locale not supported by Xlib, locale set to C
    Warning: X locale modifiers not supported, using default
    Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet
    Warning: Unable to load any usable fontset
    Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList
    Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList
    Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet
    Warning: Unable to load any usable fontset
    Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList
    Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList
    bash-2.05#
    Can anyone help me.
    Extra input:
    Solaris 9/05 SPARC
    THX

    Did you ever get this working?

  • Tech-support-local scam locks up safari - how to unlock?

    tech-support-local scam/virus locks up safari - how can it be removed after ok has been clicked? Safari preferences have been dimmed.

    FYI
    From the U.S. Federal Trade Commission:
    http://www.consumer.ftc.gov/blog/court-tells-tech-support-scammers-pay

  • Could you confirm whether or not sr_CS is a supported locale for JDK7

    Could you confirm whether or not sr_CS is a supported locale for JDK7. 
    According to Oracle link (http://www.oracle.com/technetwork/java/javase/javase7locales-334809.html) it is not. 
    We need official confirmation regarding their support of it.

    http://en.wikipedia.org/wiki/Leap_year
    They have some leap year algorithms on there.

  • What maximum number of users supported local p2p?

    What maximum number of users supported local p2p?

    the maximum number of DIRECT_CONNECTIONS NetStreams in one NetConnection is controlled by NetConnection.maxPeerConnections. the default is 8, but you can change it to anything.

  • Query about vWLC's limitation of not supporting Local mode APs

    Hi,
    I was reading about virtual WLCs and came to know about the limitation that vWLCs don't support APs in local mode. I have few queries about the limitation,
    Is this limitation to ensure that all the traffic is not tunneled back to the vWLC and in effect, the ESXi host and not to create a bottleneck?
    I was wondering if I can use a vWLC (installed at local site) for our smaller branch offices, say with 10-15 APs, with central switching and central auth rather than having a hardware WLC? Is it supported? Will it logically behave as local mode or would it choke the network by tunneling all the traffic back to the ESxi host? Would there be any impact for the end users? Or should I use vWLC with local switching central auth?
    Thanks,
    Utkarsh

    Hi,
    FlexConnect Mode: Central and Local Switching. Only FlexConnect Central and Local Switching APs are supported, Local Mode AP will only join the controller but will not associate the clients.
    So once AP joins the controller we can change the mode from Local mode to Flexconnect mode.

  • ADF portlets not that well supported

    Is it just me or are ADF portlets not that well supported in webcenter application?
    I am working on them for a few months now and i seem to get one problem after the other and most of them are related to ADF portlets.
    Oracle created the portlet bridge in order to create ADF portlets but why are their so many problems with the ADF portlets?
    Currently we are thinking on developing taskflows instead of portlets because some (not all) of our problems are solved with that but than we have to do some extra development offcourse...
    Some issues we are facing with adf portlets:
    Using popups in ADF portlets: we have created some portlets with a table and each row has a detail button that opens a popup. The popup is bigger than the original portlet so what happens... THe portlet does not stretch, it shows scrollbars instead. Not realy user friendly.
    When we create the same thing in a taskflow, the popup is rendered in the page instead of the "portlet".
    inter portlet communication
    Take a look at the documentation of webcenter and try to find one example of an ADF portlet that sends an update to another portlet. They always show examples of normal JSP portlets or the omniportlet.
    I've done a great deal to find it and i made it to work but their is also an issue involved with it... In order to set the navigation parameter we should have a reference to the actionResponse of the portlet and you only can get this with a full portlet refresh so no partial page rendering here.
    As it appears when you set the partialSubmit of a commandButton to false, the action or actionListener gets ignored in a portlet so the code that should normaly get the reference to the actionResponse never gets executed unless you set the partialSubmit to true but than the reference to the actionResponse is not valid.
    In normal adf application a partialSubmit to false will execute the action or actionListener so i guess it's a bug in the handling of the button.
    securityContext
    I know portlets all do have their own context but does the JSR 168 standard does not describe a way to pass the security roles from the consuming application to the portlet? As it appears, ADF portlets do not receive this information from their consuming application.
    Has anybody else faced these issues or got some others while working with ADF portlets? It seem like their is still a lot of work to do to have a good support for ADF portlets.

    But if you look at other frameworks it seems possible.
    I also worked with liferay and used icefaces as JSF framework. They seem to go together very well. It had a very nice way of handling IPC using ajax. No page parameters need to be set or no partialTriggers.
    For example i don't get why an ADF portlet MUST be rendered in an iframe. Why can't they think of another solution? I can't imagine i'm the first one who is facing these issues...
    For example the problem with the buttons. Am i the first one not using partial page submit on a button in an ADF portlet?
    Don't get me wrong. I'm not frustrated with it. I just want to know if their are other things i need to know about or if other people are also facing the same struggle as i do.
    Try explaining the customer why they should buy an expensive licence for something that is not really working. The problem i wrote down here are real life problems i'm facing with a customer. We can't afford going into production with these problems...

  • Add supported locale

    Hello there,
    is it possible to add supported locales at runtime? Or can they be declared just in faces-config.xml?
    Thanks
    Qjeta

    I think you might want to try replacing the ApplicationFactory class. Then you could override getSupportedLocales() method.
    Use the decorator pattern when you do this...i.e., define a single-parameter constructor, by which you can keep the "original" ApplicationFactory around and call it when you implement the two methods of this class. Extend javax.faces.application.ApplicationFactory to do this.
    Edited by: Michael C. Fons on Mar 16, 2010 8:24 AM

  • OC4J support local ejb?

    It seems OC4J does not support local ELB, as it complains the local-home tag with session tag.

    Hi Patrick,
    As far as I know, OC4J only partially implements EJB 2.0 -- it
    doesn't implement local interfaces. However, there are several,
    different versions available. Which version are you using?
    If you haven't already found it, there is a version of the pet
    store application available for download from:
    http://technet.oracle.com/sample_code/tech/java/oc4j/content.html
    but it's an implementation of the 1.1.2 version.
    Hope this helps,
    Avi.

  • Looking for clarification on ADF 12.1.2 WLS support

    What versions of WLS supports ADF 12.1.2? If there is support for 11g, are there any documentation on how to install the ADF 12 Runtime?
    Oracle JDeveloper 12c Support&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;Oracle JDeveloper 12c Support&q…
    Application Servers
    The following table shows application servers supported by JDeveloper and ADF. Application Server support for JDeveloper is provided for connecting and deploying directly to the server as well as debugging. For ADF, it refers to servers that ADF applications can be deployed to.
    Application Server
    JDeveloper
    ADF
    Oracle Fusion Middleware (WLS)
    10.3.5+, 12.1.2
    12.1.2
    GlassFish
    3.1+
    3.1 (ADF Essentials)
    WebSphere
    8.x
    JBoss
    5
    Tomcat
    7
    Oracle Cloud
    13.1

    I'm not hearing any oracle responses, thus I can only assume what Timo said is the closest to that fact.
    Here is what I know about what a production ready standalone WLS 12c with ADF Runtime 12.1.2 entails:
    -a domain running on WLS 12.1.2 needs JRF & Coherence to be installed in order to run ADF 12.1.2 https://forums.oracle.com/thread/2559381
    -JRF & Coherence on WLS 12.1.2 needs a RCU database repository JDeveloper 12c & Standalone WLS w/ADF Runtime 12.1.2
    -WLS 12.1.2 is only certified to run on Oracle DB 11.1.0.7+ http://www.oracle.com/technetwork/middleware/ias/downloads/wls-1211x-certmatrix-1395408.xls
    Does that sound about right?
    I hope I'm wrong and someone can guide me to easier setup. It seems that getting a standalone WLS server to run ADF has gotten harder with every new release!
    I can get a standalone WLS 10.3.5 up with ADF 11.1.2.4 in ~3mins
    http://www.youtube.com/watch?v=TG6wqrFVY00
    WLS 10.3.6 with ADF 11.1.2.4 requires 2 additional console applied patches ontop of the 11.1.1.6 runtime installer. (Corrected from false version of 11.1.1.7)
    WLS 12.1.2 with ADF 12.1.2 - I have not attempted but it seems to be even more involved than the previous.

  • ADF Faces (Trinidad?) & Facelets Support

    This is long, but help and advice is very much needed.
    My programming team is facing a migration from UIX to JSF (ADF Faces) for future applications and we have hit a road block in regards to a template structure that is easy to use and maintain. We had gone through official Oracle training with JSF, however the trainer's answer to templates was to "create a template and copy and paste for every new file". For our team this is unacceptable so I've been charged with figuring out how to simply templates for our team. Not only do we need to make this easy for our application developers but we need to keep it simple for web developers to create "simple" survey-like applications.
    From what I've come across the answers seems to be either Facelets or Regions.
    Working with Regions seem to be over-complicated, requiring too much replication (basically back to copy/pasting an entire template) or passing the panelPage's content as a java object (bad for our web developers). I presented the combinations to my team and supervisor and it was agreed that Regions are impractical for our development practices.
    So it seems the answer is with Facelets. The problems I have with this is that:
    1. JDeveloper doesn't appear to natively handle Facelets, or include the libraries.
    2. From what I've learned, the ADF Faces library that comes with JDeveloper doesn't have Facelets support either.
    3. Looking into Trinidad, Facelets support exists but there is a lack of the Oracle skin.
    Facelets support is really what my team needs, as it's the closest thing to the old UIX templates I've seen so far.
    I've followed instructions/examples on several posts here, but I've yet to come across an example that works. I've Googled countless pages and examples, but when it comes down to ADF Faces and Facelets, it seems I'm at a dead end.
    So, can anyone help me with this?
    Thanks in advance,
    Rick
    PS:
    Using JDeveloper 10.1.3.2.0.4066 with stock ADF Faces
    External libraries used:
    Facelets 1.1.11
    Trinidad 1.0.1-incubating

    It just so happens that not long after I posted, I catch the "adf-facelets.jar" on the facelets site.
    dvohra, I had seen the links you've pasted however none of them described the actual process to get it to work, it's all been segmented copy/paste instructions. This doesn't really help someone who is struggling.
    So... I'll paste what my solution was, hopefully this will help others:
    1. Download and install the Facelets 1.1.11 library
    https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=3635&expandFolder=3635&folderID=0
    2. Download and install the ADF Facelets library
    https://facelets.dev.java.net/servlets/ProjectDocumentList?folderID=3990&expandFolder=3990&folderID=0
    3. In web.xml add the following:
    <context-param>
    <param-name>oracle.adf.view.faces.ALTERNATE_VIEW_HANDLER</param-name>
    <param-value>com.sun.facelets.FaceletViewHandler</param-value>
    </context-param>
    4. Make sure your project's libraries have loaded your Facelets and ADF Facelets, as well as ADF Faces Runtime.
    5. Begin using UI Components as desired.
    Example: http://eugeneciurana.com/pastebin/pastebin.php?show=1308
    Extra notices:
    I had to comment out the following in my faces-config.xml as it conflicted with the web.xml setting:
    <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
    This is what worked for me, I hope this helps others out there.
    Thanks,
    Rick

  • Traditional character support --Locale

    We need to have traditional character support(chinese, japanese etc) for our applications. The traditional text is available in the oracle database and is displayed correctly in toad but when we access it thru browser/stand alone java app, it is not shown. The language pack is installed correcly on the machine. What else is required to be done to show it? I don�t think so any locale specific settings needs to be done in the application.

    We need to have traditional character
    support(chinese, japanese etc) for our applications.
    The traditional text is available in the oracle
    database and is displayed correctly in toad but when
    we access it thru browser/stand alone java app, it is
    not shown. The language pack is installed correcly on
    the machine. What else is required to be done to show
    it? I don�t think so any locale specific settings
    needs to be done in the application.It sounds to me like you aren't using the correct encoding when you read the data from the db. I'm not aware of swing needing any language packs to display Asian characters. Do you know what encoding the db uses to store the text (utf-8 hopefully)? Can you post the code you use to retrieve the text from the db?

Maybe you are looking for

  • Spam Status :(import_proper)

    Dear All, We are Using SAP Enterprise Ecc6 on Windows 2003 Server and oracle-10.2.01.1.0 as database. my kernel 700 with patch 185, tp version 372.04.40, r3trans version 6.14 (release 700 - 16.10.08 - 16:26:00) During SPAM patch SAPKA70010 update i a

  • Unable to close Firefox in MacBook.

    I cannot shut Firefox down which is preventing me shutting my MacBook down. The error message in Firefox is "Warning - Unresponsive Scripts". I have had to resort to Safari to access the internet. Very frustrating!!

  • Safari 5 won't start on Windows XP SP3

    PLEASE HELP - I just downloaded the new Safari on August 21 and it hasn't started once. I'm running Windows XP Home Edition 2002 SP3. I'm very worried about losing my bookmarks. As long as they can be preserved I don't care what I have to do. There i

  • Audio disappears after first half hour

    I burned a 60 minute tv show in iDVD, which plays and sounds fine in preview, but when you play the burned dvd, the audio is gone from about the 35 minute mark on (picture fine, last 25 minutes of audio missing) Any ideas???

  • WoW usb headset & RMA

    I purchased my Wow usb headset a few months ago. It was fantastic until it suddenly stopped working for no apparent reason. I went through a circular set of e-mails with the Creative Support Staff, finally ending in my creating an RMA and shipping th