How to customize the PortalApplicationBundle.class inside the Library portal framwork webcenter

Hello

I am developing a multilingual portal using application portal webcenter framework and I use Oracle Jdeveloper 11.1.9 as my IDE, I managed to create the Multilingual Portal, including the Persian language Persian language works very well for the site, but in the administration of the portal page it works for Oracle supported languages , I tried to create a new PortalApplicationBundle.class (such as PortalApplicationBundle_fa) located in the library of Portal-> oracle.webcenter.portalwebapp.view.resource Webcenter Framework but Oracle built in libraries are read only so my question is how I translate the administration page of the Persian-language portal?

Hello.

First to comment on this portal framework are developments discouraged as it's going to be supported in the future version 12 c.

If you step to change your approach to go with the portal site generator.

Oracle Portal framework approach Note: https://docs.oracle.com/middleware/11119/wcp/plan/pywcp_tasks.htm#PYWCP167

As to your question.

Create your own PortalApplicationBundle_fa class implemented by using the same name of packaging as the other PortalApplicationBundle inside your Portal Application. It will deploy your class in the classpath and the Bundle resource class loader is smart enogh to load your translations.

If the load does not, there is much more stuff to achieve this forzing classes PortalApplicationBundle your portal instead of the Shared-lib application first loads.

First test of my comment and let me know.

It will be useful.
Kind regards.

Tags: Fusion Middleware

Similar Questions

  • How to customize the windows download progress window

    How to customize the windows download progress window? (to show what files have been downloaded since the last clear)

    I didn't know that the window is a Firefox one.  Now I see how to reconfigure inside Firefox to fix my problem of 'the download since the last clear list' still being virgins.  Others have had the problem and Firefox has answers to this.

    Thanks for your help

  • How to customize the context menu in the legend of plotting the graph of wave?

    I am currently on the creation of a simulation of various control loops as educational objectives. Here, I have a chart in waveform to different signals. Now my question, how to customize the context menu in the track of the Waveform graph legend => when I click on 'image' behind the Plotnames one menu to open options where you can customize the color etc. or plotwidth. But students should not have access to these settings. How can I change or disable this menu? The context menu for the waveform graph, I've already customized by right click on table of waveform-Advanced online-online menu, but for the legend of conspiracy, I have not found this setting...

    Thanks for your answers... I tried different things, but I don't see a solution yet :-(

    See you soon

    DCP

    Hi, STC,

    There have been a number of suggestions for change or disable the table , right-click menu, but I see that this does not affect the context menu of legend , which is what you ask for help with.

    To prevent completely the menu right-click to work, you must disable the chart control entirely. You can do this by double-clicking on the chart and select Advanced Options > active state > disabled. This will prevent the operator to be able to generate a menu right click on the chart control.

    If however you still wanted the table, make a right click menu to work, but the legend made a right-click menu will be disabled, I see two options:

    1. draw a classic decoration square on the legend and the transparent color. This will prevent the mouse clicks to achieve the legend, and transparent it will not interfere with your user interface appearance.

    2 use a Structure of the event to capture the event filter Popup Menu of Activation?  for the chart control. You can then use the Coords property to determine if the mouse is over the legend or not. If this is the case, send faithful away? right Terminal. It will refuse the context menu when the user clicks on the legend of the plot.

  • How to customize the ringtone in acer liquid z220?

    How to customize the ringtone in acer liquid z220?

    You must copy your ringtone (mp3 file is ok) in storage/internal or external storage/ringtones ringtones

    Then, go to settings / sound - phone ringtone

    your ringtone will appear and you can select

  • How to customize the installation of 5.0 client

    Does anyone have a real document or for example on how to customize the installation MSI 5.0? Is it the same thing as 4.6 customizations? Same formats png? Because I don't see a vpnclient_en.msi in the default package.

    Thank you

    Dave

    The custom version of vpn client 5.0 Setup is the same since version 4.6. The vpn client package contains the "vpnclient_setup.msi" file that can be used for installation. The following link can help you

    http://www.Cisco.com/en/us/docs/security/vpn_client/cisco_vpn_client/vpn_client46/Administration/Guide/vcAch7.html

  • How to customize the interface user OBIEE 11.1.1.9.0

    Hi all

    I was wondering how to customize the user of OBIEE 11.1.1.9.0 interface.

    For earlier versions, there was a guide to go to different folders by default and exemplary, adjust and modify your HTML, CSS, or XML files.

    I was reading the new style/skin of skyros, but I can't find a guide how to customize this skin and style.

    The 11.1.1.9.0 version of OBIEE isn't the same folder structure as the 11.1.1.7.xx version (where you set the fusionfx or blafp styles and skins), so I'm a little lost around that.

    So someone has more information about the customization of skyros /11.1.1.9.0 styles and skins?

    Thanks in advance!

    There is this new (I think) doc who can help: https://docs.oracle.com/middleware/11119/biee/BIESG/answersconfigset.htm#BIESG9198

  • Muse Themes Mobile Menus - how to customize the classic accordion

    Can someone help me on how to customize the Menus in Muse themes Mobile - more precisely the classical accordion. Or direct me to a tutorial.

    Thank you very much in advance!

    This will help you:

    https://www.YouTube.com/watch?v=Thm8bsNccvI

    Thank you

    Sanjit

  • How to customize the server info in my contact form?  I'm the test in my localhost.  Thank you!

    How to customize the server info in my contact form?  I'm the test in my localhost.  Thank you!

    You can download the site with the form included in your server, and then test. If this does not answer your question, then please provide more details as to what exactly you want to customize?

    Thank you

    Sanjit

  • How to customize the expiration of session WARNING text messages?

    Jdev 11.1.1.4 ALICE BC & ADF Faces

    Requirement: How to customize the expiration of session WARNING text messages?

    I am able to assign the expiry warning time and session time-out period
    <context-param>     
    <param-name>oracle.adf.view.rich.sessionHandling.WARNING_BEFORE_TIMEOUT</param-name>     
    <param-value>300</param-value> 
    </context-param>
    
    <session-config>
        <session-timeout>6</session-timeout>
      </session-config> 
    I want to show a messge like
    ' your session will expire in XX minutes, do you want to continue? "
    Any help will be appreciated.

    ~ Abhijit

    These are other resource strings:

    ...
        {"af_document.PRE_SESSION_TIMEOUT_MSG", "This page will expire unless a response is received within {0} minutes. Click OK to prevent expiration."},
        {"af_document.PRE_SESSION_TIMEOUT_MSG_SECOND", "This page will expire unless a response is received within {0} seconds. Click OK to prevent expiration."},
        {"af_document.PRE_SESSION_TIMEOUT_CONFIRM_TITLE", "Expiration Warning"},
    ...
    

    Timo

  • How to customize the pages of Self Service

    Hi all

    How to customize the pages of Self Service. Guide kindly emergency.

    Thank you
    Mr. Bilal

    You can take these steps
    ==============

    -> Profile set Customize option % Self Serv % Def % Yes at the user level (you use to customize the user).
    -> Go to the page you want to customize
    -> Page-click Customize in global top menu of the page.
    -> Click on the button Choose context and select the responsibility for which you want to customize the element (clear, all other fields such as site, organization, location, function, industry)
    -> Button click on apply. You will get the hierarichy page.
    -> Now the identity of the item, you need to customize and click Customize (pencil icon).
    -> True/false property rendered set (if you want to hide the item to false to show true set) and apply.
    Back at the request of->

    You can see more information on these links

    http://apps2fusion.com/at/43-SS/453-OAF-extension-case-study

  • How to customize the Filter Table ADF Faces?

    How to customize the filter ADF Faces Table

    I want to filter column == > add filter select only one option

    http://img192.imageshack.us/img192/994/unledixd.PNG | http://img192.imageshack.us/img192/994/unledixd.PNG


    What about Ninja

    Published by: Ninja on August 29, 2011 12:42 AM

    Published by: Ninja on August 29, 2011 12:47 AM

    Check [url: http://hasamali.blogspot.com/2010/10/custom-adf-table-filter-with-drop-down.html] this blog.

    Jean Lou

  • How to find the library files that are not due to problems of indexing

    I need help to know how to find the library files that are not as a result of indexing problems?

    I use Windows 7

    Thank you

    Charlene

    Try to open the folder that the library uses directly.  For example, if it is your Documents folder, open C:\Users\Charlene\Documents

  • How to disable the library online?

    How to disable the library online?

    Hello

    Please see the thread below:

    How to disable way permanent libraries CC

    Kind regards

    Sheena

  • How to show the library (cloud creatives of adobe) on PS CS6

    Hi, guys

    I was wondering how to display the library (cloud creatives from adobe) Panel on photoshop CS 6, this feature is include on version CS6? Because I work with two devices one by one in Imac (CS6) and Mo (Photoshop CC 2014).  I want to take some assets in the cloud.

    I hope someone here can answer my question

    Thank you.

    Hi Dei,

    Creative cloud libraries are only available in Photoshop from the 15.2 14 Oct update.

    Kind regards

    Steve

  • How to customize the Manager?

    I'll have two fields in my HFM. How to customize this Manager as change color of background and positioning of these two fields?

    u may not have added the title of Manager finally like that

    This.Add (titleManager);

    I don't care

    Check this code

    Hey Chk this Code

    Display d;
    MyManager()
    {
    CustomTitleManager titleManager = new CustomTitleManager (d.getWidth (), d.getHeight ());
    Bitmap image = Bitmap.getBitmapResource ("xxx.png");
    BitmapField myBitmapField = new BitmapField (image, Color.BLUE);
    titleManager.add (myBitmapField);
    titleManager.add (new LabelField ("Documents"));
    This.Add (titleManager);

    }

    -----------------------------------------------------------------------------------------------

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */

    com package;

    Import net.rim.device.api.ui.Color;
    Import net.rim.device.api.ui.Field;
    Import net.rim.device.api.ui.Graphics;
    Import net.rim.device.api.ui.Manager;

    /**
    *
    Rakesh * @author
    */
    SerializableAttribute public class CustomTitleManager extends Manager
    {
    int width, height;
        
    public CustomTitleManager (int a, int b).
    {
    Super (Manager.NO_HORIZONTAL_SCROLL);
    Width = a;
    Height = b;
    }
       
    protected void sublayout (int width, int height)
    {
    Field field;
    int noOfFields = getFieldCount();
    int x = 0;
    int y = 0;
    for (int i = 0; i)< nooffields;="">
    {
    field = getField (i);
    setPositionChild (field, x + 10, y + 10);
    layoutChild (field, width, height);
    }
    setExtent (Width, Height);
           
    }
       
        
    protected void paint (Graphics graphics)
    {
    graphics.setBackgroundColor (Color.LIGHTCORAL);
    Graphics.Clear;
    Super.Paint (Graphics);
    }
     
    }

    Answer me as soon as u get it

Maybe you are looking for