Bilingual Forms

How is bilingual forms supported? is it through resource files?  If I have a form that should contain an English and French version how should I go about this?
Thanks
Arjuna.

Tutorial

Similar Messages

  • Creating A Dynamic Bilingual Form

    I'm a relative newbie just trying to figure out the best way to create a single form which would allow the user to change the language (English/French) on-the-fly. So based on what the user selects as their language (radio button) all of the text captions AND tool tips associated with the text fields would then be displayed in that language. Is there an efficient way to implement some sort of "resource file" or "lookup table" with the text field name as a key, and the corresponding English and French caption values, and then just load this English or French caption value depending on what language the user chose? I'm not expecting a detailed solution, just maybe a broad idea of the best way to go about doing this, to at least get me pointed in the right direction.
    Any help would be much appreciated, thanks in advance!

    Technically that is certainly doable but depending on how complicated the form is (how many objects need to be updated) you can affect performance. If it takes more than a few seconds to change the text then users will complain. Also you will have layout issues where a caption in Englsih takes a certain amount of space then changing it to French usually means that more space is required. For these reasons most people end up with two different forms and load the appropriate one for the user.

  • Bilingual title frame in forms 6i

    I want title frame in french when the user speak french and title frame in english when the user speak english. I can have bilingual label for item and windows without problem, I use the set property. For the frame I don't find any set property command. I use field for the frame, the problem I have is when I want to display that field, I want to have the same color then the frame behind the field (something like transparent), I cannot use color background for the field because some users have dark blue frame and others users have light blue frame. How can I do it? Thanks for help.

    Gordon, I'm pretty sure this is actually outside the realms of Forms since the Window Manager is controlled by the O/S and so the only way you can set this is via the PC desktop (there is nothing exposed in Set_Window_Property that can do this).
    Hope this helps.
    Regards
    Grant Ronald
    Forms Product Management

  • Localize (multilingual , bilingual) error messages in out of the box (OOTB) new / edit item form.

    In a multilingual environment am using variation. I have 3 sites root site, English site and Arabic.
    All my lists are in root site with one condition I need to use out-of-the-box forms for data entry. My problem is when I try to insert an item in root web list, it will display English version of new item form.
    I cannot duplicate entry forms for each language, because if a new field is added in list I need to translate and update all the forms manually.

    I'm missing how your question is related to Microsoft Office? What kind of a solution is this (so that I know which forum to move the question to)?
    Cindy Meister, VSTO/Word MVP,
    my blog

  • Wondering if there is a way to circumvent limitations with exported forms

    I am a DW user. Love it since 2001.
    I discovered Muse.  Love it since version 3 (& Muse CC is great)
    Using BC for website hosting.  Highly recommend it.
    BUT…
    Whenever I use MUSE to generate a form (something which i like better in Muse than using the BC website form builder online) and I decide to export the form (or a complete Muse website with the form to use in a section of my DW controlled BC hosted website) as HTML I get a folder with all i need to place about inside another website… In my case in DW to push on a website that I am hosting in BC.
    BUT…
    Problem is that the HTML export generates PHP that needs to be used with regards to the form (it is located in the Script folder inside the MUSE Exported website folder)…
    BUT… BC does not allow PHP to be used on its hosted websites…
              (something as a M.A.M.P. user, i find sad, but that is besides the point…)
    SINCE I use Muse for quick custom sections on my Website
    (I work in a modular way i.e. I can generate webpages in various apps
    before combining or adding them via Dreamweaver in any of my websites I have hosted on BC)
    AND the exported forms (as in PHP outputs) are not compatible with BC
    (something which i find baffling since Muse can host forms on a BC website!)
    I am wondering if there is a way to circumvent this bizarre case of (so it looks like) double standards with regards to Forms?
    Should I push (publish) the website in BC from Muse
    and then Import it in my other BC website via DW
    (And if so, how to do it without damaging my main site in DW on BC?) ?
    Right now, I place the muse exported HTML website folder inside my DW on BC main website
    and then go in the form page and substitute the form (essentially recreate a new form!)
    using the BC website form builder system that i then copy and paste from in code view into my DW form page to customize it with CSS in DW (while making sure I keep all the info required by BC forms to do the data acquisition work, of course).
    This is a tedious way and looks totally bizarre to me,
    as I already mentioned, MUSE can host forms on BC…
    but just not when it is exported as HTML (with the PHP required scripts)…
    Am I missing something ?
    "Anyone…Anyone…
      Bueller… Bueller… Bueller…?"
    Thanks for any time saving ideas.
    PS For those wondering why i do all this Muse and DW shuffling and mix : I have to do things in a bilingual (and soon with more languages) setup.  in other words, my work is not just in English…it is in at least 2 languages at all times… something of a headache, but there it is. I just got to do it. (And use is great for quick and dirty… i mean clean… webpage building on the fly).

    1.SmartyPanouZe3rd,
    Sep 4, 2013 1:03 PM   in reply to SmartyPanouZe3rd
    This is a follow-up to the above question I had.
    Since i noticed people looking at the question, but no replies showing up, i contacted BC support directly with the same question.
    I got a reply.
    I did tests based on the reply.
    Here is what is going on based on the reply.
    (spoiler alert : It works... but it's not yet a perfect score.)
    All the details are posted here :
    http://www.animavdo.com/mut/ambiguity-001.html
    Hope this can help others.
    Cheers.
    PS  I still will use DW for the heavy lifting...
           But MUSE is nice for quickly putting together a mini website.
           Highly recommended App.

  • JSF & entity  displaying bilingual messages

    could anyone tell me how can Implement bilingual messages on my pages, my messages are stored in the DB, and I can switch the language and direction of my pages (using a custom ADF life cycle and resource bundle files for labels).
    thanks in advance,
    regards,
    Ahmad Esbita

    Hi guys,
    Sorry I didn't elaborate much about my problem, I have my error messages stored in my DB , and I want to expose them depending on the language locale, the only way i can think of is to add a method validator on the column (from the entity), and on the "EntityImpMsgBundle" java class I overwrite the message string using CustomMessageHandler.getMessage(msg_no) method which returns a message string based on the locale.
    But on my page, when I change the Locale (say from "en" to "it"), the message is still in the Locale ("en") which is the default Locale that the page started with, and that is my problem.
    But thanks to Frank now I have a lead on how to solve my problem,and John you gave me an interesting idea on how to use JboResourceBundle to draw my labels from the DB, originally my project was an oracle forms project, and my labels are still stored in the DB, I am currently using resource bundle files (.preperties) to store my labels, and I dislike this method a little bit.
    Thanks guys,
    Ahmad Esbita

  • Multi Language Forms - Show and Hide

    Hi
    Within a form in apex has anybody used ajax/css to display fields based on a language selection?
    For example be default it will just display English fields but if a user clicks on a Spanish button then both the English and Spanish fields are shown?
    Not sure if this is feasible in such as dev platform such as apex?

    Yes I have selected from the conditions menu 'Value of Item / Column in Expression 1 = Expression 2
    But am unsure what needs to be entered in the expression 1 and expression 2 fields.  The reason being is at the top of the form I have a radio button with two options under the label 'Bilingual' with 2 options Yes and No
    If they select Yes then it will show the fields in both languages English and French  (will I have to set the condition on each item on the page for the 2nd language) or if they select No it just shows the English fields.

  • I wanna make my application bilingual

    Hello everybody,
    I am put up in saudi arabia i want to make my application bilingual(Arabia & English) which is built using Developer 2000(Forms 6i) please help me what steps i have to take.
    Thank you
    Message was edited by:
    user513331
    Message was edited by:
    user513331

    Hi,
    We are Oman and have the same version 6i (if already have windows arabic supported plateform its otherwise configure your plateform for arabic exp. add arabic language from control panel), you don't need to do any thing in oracle except to set NLS_LANG we are using AR8MSAWIN(one more in my knowledge is AR8MSWIN1256) and it supports arabic as well as english. Ok

  • Forms 10G - How to switch between Arabic and english languages.

    Hi
    We have a bilingual ( ENGLISH , ARABIC) form .Some of the text feilds are to be
    filled in english and some in arabic . In forms 6i
    the switching from LTR and RTL worked fine .We used the feild properties and
    direction and language would suffice to get the required behaviour of forms.
    Now in forms 10g since they work in a browser its not getting the desired
    effect of changing direction in arabic feilds the cursor blinks at the right
    side of the feild but still the language is english .
    What am i missing here to have the feild in the form type in arabic .
    PS numbers work fine .Its only the language text ie the script of the language

    You can't switch languages in OS X programs, just in the OS itself. Insert the Leopard OS X disc, and choose your new preferred language when prompted.

  • Bilingual portlet/external databse

    Hello guys!
    wondering if it is possible to create bilingual portlets using Oracle portal wizard i.e. using oracle portal tool not pl/sql or java. I also need to know how I can configure an external database so that I based forms and reports in oracle portal on the external database.
    Thank you contributors in advance

    gopal wrote:Sorry - but I've to correct some things here...
    >
    > In continuation with Lars input, below some more
    >
    > 1.ping the ip or hostname of the target server from the source whether two system are not having network problems.
    The network does seem to be OK since the error message is the reply from the target TNSLISTENER.
    > 2.you can tnsping <service name> from you oracle 10g from the respective ora<sid> user and find out whether service is getting ping or not
    TNSPING is a utility that checks the name resolution - not the network connectivity or the availability of the database.
    Also it's not included in the SAP delivery of the Oracle client - so it has to be used from the database server.
    > 3.if you have specified hostname in the tnsnames, check whether the host name is specified in /etc/hosts file.
    Again: it's not about the network connectivity here.
    > 4. lsnrctl status from ora<sid>, if no listener service is running, lsnrctl start
    There is a listener running - otherwise the error message would have been a different one.
    regards,
    Lars

  • Error when starting Adobe Form

    I have an Adobe Form which works Ok in the development SAP Portal, but that, when I log in the production portal gives the following error:
    Error when reinitializing the form (I guess, it's Error al reinicializar el formulario, in Spanish)
    I think maybe there is something missing to transport, or some misconfiguration, but I haven't been able so far to find it...
    Can someone give me a hand?
    Thank you in advance,
    S.

    Hi,
    Can you tell me when does the error message comes? Does it comes when you are trying to open the Form or when you are trying to execute it.
    Please check if it is still working in the development box?
    Regards,
    Susanta

  • Data blocks in forms 6i, can not see the data

    i have built an application in forms with some data blocks. the blocks a connect to some tables in the db. i have built them connectd as "system". but when i run the applicatio as user x i can do select, insert, update, delete, but i can not se the records in the datablocks (they are empty), but i can do all transactios. why?

    First of all, developing from the System schema is not a good idea.
    Who owns the tables your form is connecting to? The table owner should create a public synonym for each table name, and also needs to grant user x access to the table.

  • SSO to Oracle Forms 6.0 and Oracle Reports 6.0

    Hi,
    Could somebody please explain how I should implement the SSO so that I can log on a forms application?
    Should I use external partner app. ??
    How can I parse the right parameters to the forms server ??
    thanks,
    Jerome

    Hi,
    Oracle Forms 6i does not support Advances Security for SQL*Net if this is what your question is. ASO is supported with Forms 9i and above
    Frank

  • Portal Forms are not getting displayed in the new oracle environment.

    Hi All,
    The Forms in our Portal applications are not getting displayed after we have done the upgradation of Database in Unix from 8i to 9i. The reports are working fine.The forms that were added as portlets are not getting displayed and other forms that are called thorough links returns error when it is run. The Newly created forms are also not running but returns error. The Portal Version is 3.0.9.8.3. Pls help.
    Regards,
    Tom

    Hi ,
    Based on the requirement , check whether the customer contact has been done carried out for the invoice  , then possibility it must have gone out of the worklist , chekc whether the Invoice posted in the AR has been transferred to FSCM collection .

  • Data is not getting displayed in my form

    hi,
    i have declared variable to hold amount in that as v_amt type konv-kwert in my program and in form interface in import parameters i gave it the same as v_amt type konv-kwert..............and in text i gave the variable v_amt.............
    but it is not getting displayed................

    Hi!
    on the application toolbar on the top a icon is there for Field list on/off.
    click on it.
    below left hand side field names will be displayed.
    now from the import parameter drag that parameter and drop it in the text boc where you are to display it.
    try this way.....it can work.....sometimes there is problem when u don't drag and drop the fields from the list box in the text nodes.
    Regards.

Maybe you are looking for

  • No audio on PC's, Audio is fine on Mac

    After exporting a project to quicktime, the movie plays fine on my Macbook Pro however on my clients PC there is no audio. Ideas? Is there a rock solid, cross-platform Quicktime codec out there?

  • JMS Sender Adapter Active MQ with SSL on PI 7.1

    Hi all, we are trying to access an Active MQ jms queue over a secure SSL connection. On activating the JMS sender channel the following exception is thrown: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path bui

  • PO Not created ....

    SRM 5.0 classic scenario. Documents not created. I checked the transaction, number ranges etc and it looks Ok to me. The status of the shopping cart in transaction BBP_PD with BUS2121 is the following. Status Description           Inactiv HEADER I111

  • Illustrator CC loads but does not launch.  Uninstalled/reinstalled.  Still will not launch. Any insight?

    On one computer we downloaded the software but Illustrator will not start up. She even uninstalled it and reinstalled but Illustrator still will not boot.

  • Too many contacts = sms problems

    Hi, i bought and 16GB iPhone last week and i'm having some problems with SMS. When I click on the SMS, it takes about 40 seconds to open (when it opens, because normally just returns to the home screen), everything is really slow (opening conversatio