Change fields caption and internatiolization

I need way to display custom field caption in profile by user locale like system fields behavior
I need switch from English to different lanuage
How can I do that?
Thanks

There are atwo ways of doing this :
1. The Field Captions : To localize the field header, you would have to write a custom component. Since the default headers only get converted.
2. The Option values : However this can be and you would have to create tables, views with the languages selected.

Similar Messages

  • Can we translate in captivate 7? I Have tried and changed the Caption and Notes. Can we change the on screen text of te normal slides, interactive call out boxes, screen recording slides and quizzes? If yes, please let me know the process.

    Can we translate in captivate 7? I Have tried and changed the Caption and Notes. Can we change the on screen text of te normal slides, interactive call out boxes, screen recording slides and quizzes? If yes, please let me know the process.

    Of course! Here ya go
    For the record, I did create a new project with only two slides to try and duplicate the issue. I had the same problem. I unchecked the Mouse Click Sound check box, republished and the slide auto advanced. I'm wondering if a default sound file was somehow moved or deleted? I discussed uninstalling and reinstalling C7 onto my laptop, but that's a frustrating solution haha

  • Changing fields color in CL_GUI_ALV_GRID using class

    Hi,
    I've written a lot of posts but still I have problem with changing color for CL_GUI_ALV_GRID.
    I have class ZKSL_CL_4_17_ALV_GRID_OO with 3 methods : SELECT, HANDLE_DBL_CLICK AND DISPLAY_ALV
    I want to change fields color every time I double click on IT.
    METHOD SELECT.
       DATA:
             lt_sflight                TYPE TABLE OF           zkslt_sflight,
             ls_layout                 TYPE                    lvc_s_layo,
             lr_custom_container       TYPE REF TO             cl_gui_custom_container,
             lr_my_class               TYPE REF TO             zksl_cl_4_17_alv_grid_oo.
       SELECT *  FROM zkslt_sflight  INTO TABLE mt_sflight
          WHERE carrid    = iv_carrid AND
              ( fldate    IN it_date  OR
                price     IN it_price OR
                planetype IN it_type )
    CALL FUNCTION 'Z_KSL_SCREEN'.
    ENDMETHOD.
    from FM z_ksl_screen i call screen 400 and from status_400 output  I call method DISPLAY_ALV
    METHOD display_alv.
       DATA:
              lr_custom_container       TYPE REF TO             cl_gui_custom_container,
              lt_sflight                TYPE TABLE OF           zkslt_sflight,
              lt_catalog                TYPE STANDARD TABLE OF  lvc_s_fcat,
              ls_catalog                LIKE LINE OF            lt_catalog,
              ls_layout                 type                    slis_layout_alv,
              lr_my_class               TYPE REF TO             zksl_cl_4_17_alv_grid_oo.
       CALL FUNCTION 'LVC_FIELDCATALOG_MERGE'
         EXPORTING
           i_structure_name = 'ZKSLT_SFLIGHT'
         CHANGING
           ct_fieldcat      = lt_catalog[].
    ************BULID LAYOUT
       ls_layout-no_input = 'X'.
       ls_layout-colwidth_optimize = 'X'.
       ls_layout-totals_text       = 'Totals(201)'.
       ls_layout-info_fieldname    = 'LINE_COLOR'.
       IF mr_gui_alv_grid IS INITIAL.  "-----------------------------------if----------------------&
         CREATE OBJECT: lr_custom_container
           EXPORTING
             container_name = 'DISPLAY',
             lr_my_class.
         CREATE OBJECT mr_gui_alv_grid
           EXPORTING
             i_parent = lr_custom_container.
         SET HANDLER lr_my_class->handle_dbl_click FOR mr_gui_alv_grid.
         CALL METHOD mr_gui_alv_grid->set_table_for_first_display
           EXPORTING
             i_structure_name = 'ZKSLT_SFLIGHT'
            is_layout        =   ls_layout
             i_save           = 'A'
           CHANGING
             it_outtab        = Mt_sflight
             it_fieldcatalog  = lt_catalog.
       ELSE.     "-------------------------------------------------ELSE---------------------&
         mr_gui_alv_grid->refresh_table_display( ) .
       ENDIF.
    ENDMETHOD.
    In handler i am trying to change fields color and call method display sending new out_table
    CALL METHOD me->display_alv
         CHANGING
           ct_fieldcat = lt_fieldcat.
    Please give me some easy advice how to do that.
    thank you in advice.

    Thank you Klaus for your reply,
    The problem is that I need to make this using classes.
    I tried to make my structure data with LVC_T_SCOL as you wrote,
    a field of table type LVC_T_SCOL in the structure of your output table
    DATA BEGIN OF lt_data. 
           INCLUDE STRUCTURE sflight.
           DATA cellcolors  TYPE lvc_t_scol .
       DATA END OF lt_data.
    TYPES: BEGIN OF mtt_tab.
    *         INCLUDE STRUCTURE ZKLST_sflight.  " I get error that I cannot use ref to abap dic
               INCLUDE TYPE ZKSLT_SFLIGHT.
               TYPES: cellcolors  TYPE lvc_t_scol ,
                 END OF mtt_tab.
    After making type mtt_tab
    i declare data   lt_tab                    TYPE STANDARD TABLE OF  mtt_tab.
    and when I try to copy table mt_sflight (it is atribut of calss) like below
    LOOP AT mt_sflight INTO ls_mt .
    *   READ TABLE lt_tab INDEX sy-tabix ASSIGNING <ls_tab>.
    *   MOVE-CORRESPONDING <ls_mt> TO <ls_tab>.
    *    UPDATE lt_tab FROM TABLE mt_sflight.
         MOVE-CORRESPONDING ls_mt to lt_tab.
       ENDLOOP.
    I am getting error "lt_tab is not internal str or table with header"
    Can you help me with this? 

  • How to change the caption of a field with a button?

    I have serious trouble, don't know why, in order to change the caption of a field.
    I can't do it with a button as in any other way...dropdown list, ecc...
    Assumes that we have a button and "on click" i want to change the caption of a numeric or text field.
    form1.ppp.Button1::click - (FormCalc, client)
    NumericField1.caption.value.text.value = "whatever you want to set it to";
    TextField1.caption.value.text.value = "whatever you want to set it to";
    xfa.form.form1.ppp.NumericField1.rawValue = xfa.form.form1.ppp.NumericField1.rawValue + 1;
    The numerical value inside the numericalfield1 is increased each click...but the caption still the same.
    Why this happen?
    I check many threads on this forum and on google and i still find these samples...
    please help.
    Thank you

    Yes, it is. Also in preview i checked "dynamic XML". is it right?
    i try to download this sample while searching in the forum to solve my problem
    https://acrobat.com/#d=pxtis4z3OxCqWxajZwDS2Q
    i try to add to that form my code and it's work!! i can't undersand why...
    Below you can find my PDF...i can't understand why here the same code doesn't work
    http://www.hsc350.it/download/Untitled2.pdf
    Thank you again!

  • How to change the font and size in the fillable field of an encrypted PDF file?

    hi!
    I’d like to change the font and size in the fillable field of an encrypted PDF file I-485 from www.uscis.gov/files/form/i-485.pdf
    I’m using Adobe Acrobat Pro 9 in Windows XP. I firstly tried Adobe LiveCycle Designer, but the I-485 file requires password to be opened, which I don’t know.
    Then I tried to print it to a PDF file, and use the Typewriter tool to fill in the form. But got error message while printing it to PDF file:
    This PostScript file was created from an encrypted PDF file.
    Redistilling encrypted PDF is not permitted.
    The I-485 file can be exported to unencrypted postscript file, but got the same error message while trying to open the ps file.
    I don’t know much about pdf file, can anyone please help?
    Thanks a lot!

    Ask the creator of the file for a unprotected version.

  • Reinit/Reload for added/changed fields in PO line item and GL ODS

    Hi all,
    Probably this is usual process in SAP BW.
    I have changed 2Lis_item data source and added few fields in 0Pur_o1 ods.
    In ods there is data from 2006 to till date.
    Now I have to move my changes to Production system. I have to delete and reload compele data again then only I will get values for added fields.
    Similar way I have changed 0fi_gl datasource and added few new fields in GL field.
    What is the best approach I should follow to get all history data with all new values and start delta ?
    thanks

    Ok,
    Just do this:
    You've your GL ODS with data from 2006, 2007 and 2008.
    You've deltas running.
    Before transporting your changes to productive run all the deltas.
    Then transport your changes.
    After that if you want the history to be updated with your changes you should delete your delta and create a new one without any data (delta init without any data). That should mark the flag init from that point.
    This means the next delta will bring any changes created from that new init to front. To load the history you can do full repairs until you have load all your data.
    Diogo.

  • HT203128 iTunes 12.1.050 - Rollback: Updated from 12.01, now I cant't change track numbers and add additional data fields. How can I roll back to the previous version? @Apple, I want a $100 gift card for the inconvenience.

    iTunes 12.1.050 - Rollback: Updated from 12.01, now I cant't change track numbers and add additional data fields. How can I roll back to the previous version? @Apple, I want a $100 gift card for the inconvenience.
    - it's all said in the title. I can't understand why the developers turn things bad ... risking loosing Apples valuable customers.
    More examples needed? (check out the communities and the reviews)
    - OSX: Maverick to Yosemite = not recommended (check it out > http://roaringapps.com/apps)
    - iPad: older versions as iPad2 should not upgrade to iOS7/8 (it's not supporting its hardware accordingly, it's designed for the latest hardware)
    - iTunes (it's possible to rollback to 10.7 - 11.4, but you need to breech OSX system security framework)
    - Pages (was a real alternative for many of us, each update reduced features and created incompatibility to older work files)
    The list could easily extend to ...

    You can offer Apple feedback here: http://www.apple.com/feedback/
    as for "
      "@Apple, I want a $100 gift card for the inconvenience"
    dream on.

  • Caption and field alignment

    Is it possible to have the caption aligned one way and the field aligned another?
    I have a text field, and I want the caption to be aligned flush right and the text to be aligned flush left.

    Yes that is controlled in the Paragraph palette. It is probably off so you can activate it under the Window menu. You can toggle between the caption and the value by clicking on this button
    Paul

  • How to use KAUF_AUFNR_CHANGE  to change Process order and Update a field

    Hello ,
    I am working on 4.6C system and I hve a requirement to change Process order and Update a field value passed from a ABAP Program. I am looking for suitable Function modules or Bapi ( available in 4.6c) .
    I have come across FM KAUF_AUFNR_CHANGE . Would appreciate any guidance on how to use the FM in my program and Update a field in the Process order.
    Many Thanks!

    All the importing parameters of this function module have a striaght structure of the transperent tables...
    i have checked the code and it has a modify statement based on the importing parameter..
    pick one record in databas and pass it to the importing parameters, with some values changed...
    i think that should work
    what values  to pass the import values of FM -KAUF_AUFNR_CHANGE.
    Edited by: ssm on Aug 4, 2011 7:19 PM

  • WAD refresh and change button caption

    I have a WAD template where I have added a input button to toggle SUPPRESS_REPETITION_TEXTS.
    This worked fine, so I then added a script to toggle the button's caption, this sort of works, in that the caption gets changed when the button is pushed, but then gets reset to it's default value when the screen gets refreshed by the SUPPRESS_REPETITION_TEXTS.
    Does any body know how to toggle the buttons caption and keep the change over a screen refresh?

    To move the Stop and Reload buttons to their position to the left of the location bar you can use these steps:
    * Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * Drag the Reload and Stop buttons to their previous position to the left of the location bar.
    * Set the order to "Reload - Stop" to get a combined "Reload/Stop" button.
    * Set the order to "Stop - Reload" or separate them otherwise to get two distinct buttons.

  • Changing Tab order in a completed form without altering or moving fields here and there

    Hi All,
    I've made a complex questionairre and is almost complete. Now the problem is that when I converted this file from Word, many fields were automatically detected and their tab order/ numbering was set by Acrobat itself. The remaining fields in the form (at different places) were created by myself. Now in the tab ordering, the fields automatically detected have priority and the fields I created, are much different from the corresponding fields in tab numbering. For your understanding, I'm including the screenshot too. Please see the tab numbering in the image and after field # 7, there is field # 28, then field # 26, and then field # 29 which is not the way it should be.
    Please advise any solution (if there is any) on your earliest convenience.
    Thanks in anticipation!

    Have you opened the "Pages" navigation panel and looked at the options for the page?
    There should be a series of options like "Row", "Column" or "Unspecified". Select the "Row" and see if the form tabs the way you would like.

  • Captions and Reorganizing Photos

    My wife uses Adobe PSE 4 on her Windows XP laptop and won't switch to the PSE 9 software I bought her.  She has 12,000+ photos in her Organizer catalog, and the underlying files are scattered all over two hard drive partitions.  Many of them are duplicated (the thumbnails and sometimes the files themselves).  Some thumbnails are disconnected and I can't find the files when I try to reconnect them.  Many of them also have Captions that she has painstakingly added over the last 8 years.  Because her drives are almost full, and she is annoyed with all the dupes, but doesn't want to lose her Captions, I have been tasked with getting everything back in order, including getting all the photo files themselves located in a high level directory (folder location).
    I created a new "master" directory and started locating/moving some photo files there.  I figured out that after I move them, PSE 4 will reconnect them, with captions, if I select the thumbnails in Organizer and then use Update Thumbnails from the right-click context menu.  However, that's extremely time consuming and unreliable, because once I've moved a batch of files (in Windows Explorer), I have trouble finding them in Organizer photo bin to work with them, and the "batches" of files I've moved are not physically adjacent to each other (by date or whatever) in the Organizer photo bin.  Also, Organizer wants to import files into the new "Watched" master folder location (which may or may not be duplicates, or new files that were never catalogued to begin with).
    Is there a faster and easier way to do these basic tasks?:
    1. Ensure that the captions stay with the photo files (preferably as part of each file's metadata in case Adobe blows up or loses its PSE catalog links).
    2. Move the photo files in Windows Explorer as desired (I'm can handle that part).
    3. Recatalog/reconnect the files, making SURE that I don't lose the Captions.  Or the redating she did on many of them when the camera date wasn't set right.
    4. Elimate the duplicate files, but only those WITHOUT Captions, so that I don'l lose those WITH Captions.
    Yeah, I know this is a pretty big mess, but I've spent hours already researching and trying to do this project.  If there's a better way to do this by upgrading to PSE 9 or a later version, I could do that, but it needs to run reliably on an older laptop with Win XP, and the biggest thing is that if I lose her Captions (or the date changes she's made when the camera had the wrong date), I'm toast.
    If there's a way to write the Captions and Dates established in the PSE catalog into each file's metadata, then re-extract that into a completely new catalogue, I could do that, too, perhaps, as a way of getting my arms around this.  That assumes PSE 4 can overwrite the metadata first, then retrieve those fields from the files into the new catalog (but if it can, I have no idea how to do that).
    Thanks for any strategy and tips.

    You can move the photos within the PSE4 Organizer (in Folder Location View, Alt-Ctrl-3) and then you don't have to reconnect.
    You can write the captions to the photos files, for the photos that are connected, via File->Write Tags ...
    There are a gazillion threads here on how to find duplicates, I suggest you search for them.
    Upgrading to PSE9 won't fix the mess. Starting a new catalog will cause loss of captions and other metadata for disconnected photos. And if you have reconnected the photos, you don't need a new catalog; it won't buy you anything.
    Once finished, I suggest you adopt policies that don't cause duplicates, and don't cause dis-connected photos, and that don't wind up with photos all over the hard disk. Not hard to do.

  • Cannot Change Photo Caption in Lightroom 2.3

    I am not able to get Lightroom 2.3 to change the caption of photos taken with a Sony A100.  The caption reads "Sony DSC."  All of my efforts to change this caption to something else have failed, including use of the "Save Metadata to File" command.  While the program initially reflects a change or deletion in the caption at first, when I navigate away from the photo and then return, it always reverts to "Sony DSC."  If someone can suggest a different approach or a workaround it would be much appreciated.  Note that this does not seem to be a problem with Photoshop Elements 6.  I have not yet tried to see if I can make this change in Bridge yet. Thanks.

    I have given up trying to find a solution in LR.  It stubbornly overwrites "Sony DSC" on every photo I import and wipes out all changes I try to make in the caption field. I have not found a direct fix in LR, causing me nothing but frustration. But I have found a workaround which sounds complicated but is really quite simple.  The key is to import via the import utility in PS Bridge rather than with the LR import dialogue.  You wipe out the description field which contains "Sony DSC" in Bridge.  Then you synchronize the folder in LR.  Problem solved.  Here are the steps for Windows users.
    Step 1:  Create a Custom Template in Bridge.  (a) Go to Tools - Create Metadata Template; (b) In the "Create Metadata Template" dialogue box: (1) under the "IPTC (IIM, legacy)" tab, place a check in the box next to "Description" and leave the field to the right blank (make sure no other boxes are checked); (2) under the "IPTC Core" tab, place a check in the box next to "Description" and leave the field to the right blank; (c) In the "Template Name" field replace "Untitled" with "Clear Sony DSC" (or whatever you want to call your template).
    Step 2: Import your photos with the import tool in Bridge (the key is not to import with LR).
    Step 3: (a) navigate to the newly imported file of images; (b) in Metadata view click on the top image in the folder and shift click on the last image in the folder to select all; (c) right click on one of the selected images and click on "File info . . .; (d) In the dialogue box that appears, click on the down arrow next to the "Import" button; (e) one of the options should be "Clear Sony DSC" (or whatever you named your template), click on that: (f) an "Import Options" dialogue box will appear, with three choices.  Choose the first of the three "Clear existing properties and replace with template properties."  (Note this will only overwrite "Sony DSC" in the description fields of the metadata and leave those fields blank and will not overwrite any other metadata.); (g) That will return you to the File Information dialogue box. Click the "OK" button at the bottom.  Bridge will now take some time overwriting the description fields in the metadata attached to your images.
    Step 4:  Go to LR.  In the Develop module navigate to the folder in which this new folder of images was placed by Bridge.  In the top menu go to Library - Synchronize Folders. Lightroom will now capture this folder of images in your LR catalogue and the attached metadata but thankfully not the troublesome "Sony DSC", so you should be free to edit the caption field in LR.  Do not use "Import Photos from Disk at this seems to recreate the problem and results in duplicate images.
    Let me know if this works for you. 

  • Change the caption property to TextField

    Hi
    I have a TextField
    I need to change the value of it Caption Property in Run Time
    Who is that?
    Thanks all

    You can do this using some simple JavaScript or FormCalc script on an event.
    Let's say you wanted to change the caption of a field at the click of a button. You could use the following JavaScript on the button's Click event:
    TextField1.caption.value.resolveNode("#text").value = "test";
    You could also use the following FormCalc script:
    TextField1.caption.value.#text = "test"
    I've attached a sample form which has a button and a text field on it. Clicking on the button will change the text field's caption to "test".
    Stefan
    Adobe Systems

  • Caption and Value Alignment!

    I am having the hardest time getting the Caption and Value to share the same Y axis. It seems that no matter what I do..the values are not on the same line! Has anyone seen this problem before and how do I fix it!!!
    Also, just when I think I have fixed it and I test it on another computer with the same version the alignment is off again!
    HELP!!
    Thanks in Advance!

    Just searched for this hoping to find a solution..
    This is such a waste of time!! Caption is never aligned to the value..
    and it also seems impossible to align different types of fields (date or radiobutton with a text field.. Also, if you change the appearence of a field from underlined to 'none' or vice versa, the caption moves!!

Maybe you are looking for

  • User, Role, Profile Synchronization Job Fails

    Hi Gurus, When I am scheduling a job the User, Role, and Profile Sync. job fails giving an error "Cannot assign a java.lang.String object of length 53 to host variable 5 which has JDBC type VARCHAR(40)." This happens when the synchronization happens

  • ODI - Setting file name from a variable

    Hi, I am working on a data integration where I have to fetch data from a database table and write it to a flat-file (Fixed length text file). I have succeeded in creating the file. I could connect to the database, fetch data and write it to a flat-fi

  • Actual Line Items for Special Ledger

    Hello, I wrote an report to show FI-SL balances. In addition to that, now I need the actual line Items for them (table TRACTSLA) I've found a transaction called KE5Z, which is for PCA line items. Is there also such a transaction for special ledger li

  • Check on teens

    I have basic phones I want to find a way to check content of my teens messeges

  • When I click on my firefox icon on my windows desktop or in my programs menu, nothing happens. Why?

    Firefox had been working just fine. Then a few days ago, I noticed the Firefox desktop icon would not open into the program. I uninstalled the program and re-installed it and yesterday it was working but now again the icon, or clicking on other icons