Translating an application - button not translating

Hi
I am working on translating an application from English into French. I have a button wich I need to
translate - the button should say 'Go' in English and 'Allez' in French.
Here is a segment of the code I use to generate the button. It calls HTMLDB_LANG.MESSAGE to
determine what to display:
'||HTMLDB_LANG.MESSAGE('GO_BUTTON')||'
I have set up Text Messages called 'GO_BUTTON' which for the English one display 'Go' and the
French display 'Allez'.
I have a field which controls the current language called P0_LANG. I have a link on the form that
allows the user to toggle between English and French. When this link is clicked, an application process
is called which does the following:
BEGIN
IF nvl(:P0_LANG,'en')='fr' THEN
:P0_LANG:='en';
ELSE
:P0_LANG:='fr';
END IF;
HTMLDB_UTIL.SET_PREFERENCE ('FSP_LANGUAGE_PREFERENCE',:P0_LANG,:FLOW_USER);
owa_util.redirect_url('f?p='||:APP_ID||':'||:APP_PAGE_ID||':'||:SESSION);
END;
In globalisation options, I have 'Application language derived from' set to 'Application Preference (use
FSP_LANGUAGE_PREFERENCE)'.
However when I toggle the language into French, the button shows no sign of changing to 'Allez'.
Other parts of the app that I've translated in the XLIFF file translate fine.
Any ideas why this isn't working?
Thanks
Simon

Arie,
I tried this but get the following error:
1 error has occurred
Query cannot be parsed within the Builder. If you believe your query is syntactically correct, check the ''generic columns'' checkbox below the region source to proceed without parsing. ORA-00907: missing right parenthesis
Here is the full section of code I am using:
SELECT distinct TO_NUMBER(t1.c001) "Request No Sort", DECODE(t1.c009, 'Y', '<div style="background-color:white;color:black">' || TO_NUMBER(t1.c001) || '<div>', TO_NUMBER(t1.c001)) "Request No",
     t1.c002 "Request Status",
     t1.c003 "Request Date",
     t1.c004 "Vendor",
     t1.c005 "Vendor Mill",
t1.c006 "Claim Value",
     t1.c007 "Raised By",
DECODE(t1.c008,1,
'<table class="t101StandardButton" cellspacing="0" cellpadding="0" border="0" summary=""><tr><td class="t101L">'||
'<img src="'||V('IMAGE_PREFIX')||'themes/theme_101/but_left.png" alt="" width="6" height="21" /></td> '||
'<td class="t101C" background="'||V('IMAGE_PREFIX')||'themes/theme_101/but_center.png">'||HTMLDB_LANG.MESSAGE(p_name => 'GO_BUTTON', p_lang => :P0_LANG)||'</td> '||
'<td class="t101R"><img src="'||V('IMAGE_PREFIX')||'themes/theme_101/but_right.png" </tr></table> ',
'<table class="t101StandardButton" cellspacing="0" cellpadding="0" border="0" summary=""><tr><td class="t101L">'||
'<img src="'||V('IMAGE_PREFIX')||'themes/theme_101/but_left.png" alt="" width="6" height="21" /></td> '||
'<td class="t101C" background="'||V('IMAGE_PREFIX')||'themes/theme_101/but_center.png">'||HTMLDB_LANG.MESSAGE(p_name => 'GO_BUTTON', p_lang => :P0_LANG)||'</td> '||
'<td class="t101R"><img src="'||V('IMAGE_PREFIX')||'themes/theme_101/but_right.png" </tr></table> ') "Select"
FROM htmldb_collections t1
WHERE t1.collection_name = 'MILL_CLAIM_REQUESTS'
/* Search filter logic is in pr_load_request_list*/
Thanks & Regards
Simon
Edited by: Simon1972 on 11-Mar-2009 08:36

Similar Messages

  • Translated application do not found !

    Hello,
    After translating and publishing an application, id 1000(English) to id 1001 (French), the translated application do not appear in the list of the applications
    and when I execute the translated application (http://...../pls/htmldb/f?p=1001:1), I have the following error:
    Error ERR-1016 Application "1001" Page "1" not found (requested language="fr-ca")
    OK
    Any help, because I do not found any help in the documentation !
    Thanks.
    Jina.

    Jina - The translated applications do not appear in the list of available applications in the Builder. You make all changes to the base application. Similarly, when you set up the environment for the language of the translated application, e.g., the browser language setting, then when you run the base application the translated application will run.
    Scott

  • On firefox clickable buttons are not clickable for me eg the + to open new tab ,the sign in . register and other applications buttons on this page wont click yet the 2 blue change buttons are fine

    Question
    on firefox clickable buttons are not clickable for me eg the + to open new tab ,the sign in . register and other applications buttons on this page wont click yet the 2 blue change buttons are fine

    Top of Firefox window non-responsive, toolbars non responsive -- also see [http://kb.mozillazine.org/Problematic_extensions Problematic extensions]
    *caused by Yahoo Toolbar -- https://support.mozilla.com/questions/890908
    *caused by Babylon Toolbar -- https://support.mozilla.com/questions/890670

  • HT4463 I keep getting the message "The application could not be downloaded. The installation could not be started."  with a "Retry" and "Cancel" button,  I have been re-trying for several hours to no avail.  What is the problem?

    I keep getting the message "The application could not be downloaded. The installation could not be started."  with a "Retry" and "Cancel" button,  I have been re-trying for several hours to no avail.  What is the problem?

    You'll need to contact support and have them check your account
    https://expresslane.apple.com/GetproductgroupList.action

  • HT201412 my wifi button does not working / it looks grey and can not open it... and my some applications does not working too ... please help me ... I bought this I phone from Beirut/Lebanon and i live in Turkey...

    my wifi button does not working / it looks grey and can not open it... and my some applications does not working too ... please help me ... I bought this I phone from Beirut/Lebanon and i live in Turkey...

    Here you go:
    http://support.apple.com/kb/ts1559

  • This application is not compatible with your device and cannot be loaded

    Hi,
    I have been trying to load an application to my BB 9000 since a monday and getting this error "This application is not compatible with your device and cannot be loaded".
    As evident, I am new to BlackBerry development and got to port an existing J2ME project on BB 9000.
    To load application I am using  
    - BB Dektop software 5 (latest)
    - BB Device Software 4.6 is installed (which is the version of BB 9000 as well)
    I am able to load sample JDE 4.6 applications but I build my project through same JDE and through eclipse (JDE compoment 4.6.0.19) as well but couldn't load it,
    I even signed my app since I am using net.rim.device.api.servicebook api which requries signing.
    Can someone please explain me
    1) why this error occurs in first place 
    2) how to setup right envioroment to load an application on a given BB handset (BB 9000 vodafon India to be specific)
    3) How would manage this process on a single machine if I have 4-5 different BB handsets.
    I shall be thanful for any logical pointer to solution to these problems.  

    Hi,
    The main problem with your genrated ALX file. I think in your ALX file contains <fileset Java="1.49" _blackberryVersion="[5.0.0)"> TAG  and remove the  _blackberryVersion attribute. Then it will work.
    So your final ALX file contains
    <loader version="1.0">
        <application id="App">
            <name >
                App1
            </name>
            <description >
            </description>
            <version >
                1.0.0
            </version>
            <vendor >
                Vim
            </vendor>
            <copyright >
                Copyright (c) 2010
            </copyright>
            <fileset Java="1.49">
                <directory >
                    5.0.0
                </directory>
                <files >
                    App.cod
                </files>
            </fileset>
        </application>
    </loader>
    Even thought it is not installed then make sure that your application may not delete from your device. Select the application and click on delete button in Desktop manager.
    Still u didnt slove the problem  then insted of
     <directory >
                    5.0.0
        </directory>
    replace as
     <directory >
      </directory>
    Regards:
    Jitendra.B
    Vimukti technologies Pvt Ltd
    Project Manager

  • Web Dynpro Application is not openeing from Portal UWL

    Hi,
    I have developed a WD application which is integrated in the portal. This WD application navigates through several levels of approval by triggering the workflow. Initially USER will create the request launching the WD application from portal and upon clicking the SUBMIT button -> Workflow will be triggered and Work item will be sent to Approver UWL list in the Portal.
    Link will be displayed in the UWL list and upon clicking that link WD application need to be opened where the details will be displayed and can approve the request by clicking on APPROVE button.
    Here, We have created a PFCG role which can be assigned to USER to access the WD application to create the request from portal. But for Approvers, we have not assigned any such roles except UWL role.
    Workflow is working fine, Workitem is displayed in Approvers UWL but when they click on the link -> WD Application is not opening. Configuration in SWFVISU is done.
    I think we are missing some roles which need to be assigned to Approvers. We cross checked by assigning SAP_ALL profile to the Approers and found WD application is getting opened and everything is working fine. But we are not supposed to give SAP_ALL in the PRD.
    Please help what are the other roles that need to be assigned to Approvers.
    Thanks,
    Bharath.

    did you try by assigning pfcg roles to approvers along with Uwl?
    Regards
    Srinivas

  • Black (and white, and purple) boxes around application buttons[SOLVED]

    I've recently had issues with my Intel graphics chipset (i915) ignoring the alpha channel of application buttons, either rendering the backgrounds for them as black, white, or occasionally purple, depending on (I assume) what the RGB channels are set to. the effect is purely cosmetic, but very irritating.
    I blame something in the Intel graphics software stack, as when using the ATI card in my laptop (switchable graphics ftw), the problem goes away.
    I'm using xmonad with the axiomd gtk2 theme. Screenshot of the strange behavior
    Edit: The same behavior does not happen in qt apps.
    Edit #2: If I switch to using xfce4 instead of xmonad, the problem also disappears.
    Edit #3: Apparently, having DISPLAY=0:0 causes the intel chipset drivers to ignore the transparency, but not radeon. I removed said line from my xinitrc and my icons have returned to normal.
    Last edited by grid_bug (2011-09-03 00:35:31)

    THANK YOU! WIN WIN WIN WIN!

  • Help button not visible in off-line version

    Why is de help/information button not visible in the off-line version. The web-based version is oké. In use Adobe Accrobat version XI.

    if you use the off-line version, Formscentral AIR Application, help menu will bring you to the help page. For example: DE http://help.adobe.com/de_DE/formscentral/using/index.html

  • Reset button not visible in settings, help?

    Reset button and security button not visible in general settings on my iphone 4 . How do I restore them?

    if you use the off-line version, Formscentral AIR Application, help menu will bring you to the help page. For example: DE http://help.adobe.com/de_DE/formscentral/using/index.html

  • Login button not working on Applicatin Express Login screen

    Hi,
    I'm trying to upgrade default apex version that comes with xe to apex 3.2.1. I've listed down the steps I followed to upgrade apex.
    After following all the steps, I'm able to login to my application, however not able to login to apex workspace using url http://127.0.0.1:8080/apex/ as the login button is not working.
    Also there is no image for Application Express on the top of the page. I did try http://127.0.0.1:8080/i/ and it returns list of images.
    Below are the steps I followed to upgrade apex
    1. Downloaded apex_3.2.1.zip to C:\Software
    2. unzip apex_3.2.1.zip to C:\Software\apex
    3. started command prompt and set these variables
    set ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\server
    set ORACLE_SID=xe
    set ORACLE_PATH=C:\oraclexe\app\oracle\product\10.2.0\server\bin
    set LD_LIBRARY_PATH=C:\oraclexe\app\oracle\product\10.2.0\server\lib
    3.1 Shutdown the listener and job services
    4.
    sqlplus /nolog
    CONNECT SYS as SYSDBA
    @apexins SYSAUX SYSAUX TEMP /i/
    5.
    sqlplus /nolog
    CONNECT SYS as SYSDBA
    @apxchpwd
    6.
    Stopped and Started the Database, also the listener and job processes
    7.
    sqlplus /nolog
    connect sys as sysdba
    @apxldimg.sql c:\software
    8.
    sqlplus /nolog
    connect sys as sysdba
    exec dbms_xdb.setListenerLocalAccess (l_access => FALSE);
    Any clue on where could I have gone wrong?
    Thanks,
    Hozy

    >
    Any clue on where could I have gone wrong?
    >
    1. You forgot to run the apxldimg.sql script to update the images directory
    http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/otn_install.htm#BHAJIGDA
    3.3.5.2 Updating the Images Directory When Upgrading from a Previous Release
    Regards,
    Phiri

  • InfoButton PJC   Demos for Forms (tooltip buttons) - not working

    Hello everybody,
    I am new to using PJC and JavaBeans in forms. I have on my laptop Oracle Developer Suite 10g (10.1.2.0.1) and Forms Demos version 9.0.4.2.0 I downloaded from OTN. I studied InfoButton PJC application (buttons that show tool-tips at mouse-over).
    Now, I want to create in one of my old forms such a button. I followed exactly the steps of the demo, that is:
    1. I created a form with a button TEST_BUTTON for which I set the Implementation Class property to oracle.forms.demos.enhancedItems.InfoButton.
    2. On the form's canvas I also created a text item named INFO with the following properties:
    X Position = 255
    Y Position = 107
    Width = 100
    Height = 100
    3. At form level, I created the trigger WHEN-NEW-FORM-INSTANCE in order to set the button's properties as follows:
    SET_CUSTOM_PROPERTY('CONTROL.TEST_BUTTON',1,'INFOBUTTON_TEXT','This is the tooltip text');
    SET_CUSTOM_PROPERTY('CONTROL.TEST_BUTTON',1,'INFOBUTTON_FIELDPOS','288,128');
    4. I created in my formsweb.cfg file a configuration section for my form.
    [pjc_demos_dana]
    pageTitle=OracleAS Forms Services - InfoButton Demo Dana
    IE=jinitiator
    baseHTMLJInitiator=demobasejini.html
    archive_jini=frmall_jinit.jar,/forms/formsdemo/jars/infobutton.jar
    form=pjclaunch_dana.fmx
    width=675
    height=480
    separateFrame=false
    splashScreen=no
    lookAndFeel=oracle
    colorScheme=blue
    background=/formsdemo/images/blue.gif
    When executing the form, the button has round margins as said in the documentation; at mouse over the cursor takes the form of a small hand but there is no tool tip. I receive no errors, only that it doesn't show the tool tip.
    I don't understand why it's not working, what I did wrong ...
    When setting the 'INFOBUTTON_FIELDPOS' property - input parameter X,Y - the documentation says: "This property should be set to a string containing a X,Y comma separated pair providing the location of the target field in pixels relative to the top left hand corner of the window. The X,Y pair simply has to define a point anywhere within the target field, it doesn't have to exactly define the corner".
    What is the target field? The text item I created at step 2)? The documentation is not clear here ...
    Any help will be appreciated.
    Daniela

    Dear Safwan Bhai,
    As salaamo alaikum Rahamatulla hi burakathu!!
    Actually I'm having a multi record block in which all the emp no., days of attendance, etc will be displayed when I click on the search button. My requirement is when point the mouse over the emp no, the emp name must be displayed as a Tool tip text. My fields are non-editable, so Post-Change is not working. I placed the coding in the When-new-item-instance - in this case the emp name is displayed, but only for the first field, when I move the mouse to second and third fields, the empname of that particulart field is displayed as a tool tip but in the first field only.
    Any other suggestions?
    Anyway I would appreciate your help.
    Thank you.
    With Kind Regards,
    Perumal Senthil Alagu.

  • This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic.

    Hi there,
    I was wondering whether anyone could tell me which feature in Windows 7 produces this message "This advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of
    the package to basic." and whether it can be turned off in Windows to prevent this message from appearing when installing certain programs that aren't WHQL certified. At first I thought it was the UAC control that generated this message but found out
    that it wasn't and then thought it was the DEP control and found out that it wasn't this either. I'm only seem to be getting this message when installing FileDirector Component Service Version 3 on a few of our workstations which is an add-on that allows file
    integration with Office and is part of FileDirector WinClient Version 3.
    Your help would be much appreciated.
    Many thanks,
    RocknRollTim
    P.S. I know of a way to bypass this message but would ideally not like to have the feature turned on and for the message not to be appear for non WHQL certified program installations in order to make non WHQL certified program installations in the future much
    easier, more simpler and straightforward to carry out. I was redirected by a moderator off the Microsoft Community Forum.

    Hi,
    You can try following options to disable this prompt, but we don't recommend you to do so since this feature helps you to protect your computer.
    Option 1: Run command as admin:
    bcdedit -set loadoptions DDISABLE_INTEGRITY_CHECKS
    bcdedit -set TESTSIGNING ON
    Restart your computer to apply changes.
    Option 2: Disable in GPO:
    1.Type gpedit.msc in the Run dialog and press Enter.
    2.In the Group Policy Editor, navigate to User Configuration → Administrative Templates → System → Driver Installation.
    3.Double-click on Code signing for device drivers in the right-side pane as shown above.
    4.In the windows that opens, choose Enabled. In the Options, choose Ignore as shown. Then click on the OK button to save the settings.
    Restart your computer to apply changes.
    Kate Li
    TechNet Community Support
    Unmarked as Answer based on OP's request. 
    https://social.technet.microsoft.com/Forums/en-US/35ab1279-c3a1-46be-9f7d-45e8606c1410/this-advertised-application-will-not-be-installed-because-it-might-be-unsafe-contact-your?forum=w7itproappcompat
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • One of my applications does not open. how can i delete and reinstall, one of my applications does not open. how can i delete and reinstall

    One of my applications does not open. how can i delete and reinstall it?

    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash.  Applications may create preference files that are stored in the /Home/Library/Preferences/ folder.  Although they do nothing once you delete the associated application, they do take up some disk space.  If you want you can look for them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application.  In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder.  You can also check there to see if the application has created a folder.  You can also delete the folder that's in the Applications Support folder.  Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item.  Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder.  Log In Items are set in the Accounts preferences.  Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab.  Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    Some software use startup daemons or agents that are a new feature of the OS.  Look for them in /Library/LaunchAgents/ and /Library/LaunchDaemons/ or in /Home/Library/LaunchAgents/.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.  Unfortunately Spotlight will not look in certain folders by default.  You can modify Spotlight's behavior or use a third-party search utility, Easy Find, instead.  Download Easy Find at VersionTracker or MacUpdate.
    Some applications install a receipt in the /Library/Receipts/ folder.  Usually with the same name as the program or the developer.  The item generally has a ".pkg" extension.  Be sure you also delete this item as some programs use it to determine if it's already installed.
    There are many utilities that can uninstall applications.  Here is a selection:
    AppZapper
    Automaton
    Hazel
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.

  • TS1702 Some applications do not have sound on them.  Any suggestions?

    While most of the applications on the iPad function with sound - eg music, story books, etc, some of the apps which depend on sound do not have any sound at all.  I have adjusted them in the individual settings area, without success.  I have tried turning the iPad off, then on, and it still doesn't work.  Help please.

    Thanks.  I looked at some of the other questions, and was able to find out that the MUTE button was activated.  Strange that it only muted some of the applications, and not others.   But all is good now, the affected apps are working and I'm a happy Mum...

Maybe you are looking for