Changing the text symbols in the logon language

Hi...
I want a text symbol to have description in malay. I logged in to the R/3 system in malay language and went into the text symbols space of the respective program which is in SAPLHRHAP_C_IF_DOCUMENT in my case. I need to change the text symbol BEX (Exit) to BEX (keluar) in this malay log on.When I try to rename it, It says that "the text symbol is in original text and cannot be renamed"
can you guys tell me how to do it?
Regards,
Aruna Nivetha.R

if you want all your buttons everywhere to have white text, i'd subclass button and make the necessary change in that by calling setForeground();
otherwise, call setForeground() on all your buttons...

Similar Messages

  • How to change the logon language in module pool program?

    Hello All,
    I had created a module pool program and had desiged a screen.
    When i am logged in English language i am able to see them in english as per the requirement it is working fine.
    But the requirement is wen i am logged in DE then the selection-screen texts should show in English and not in German.
    Kindly give me a solution for this.
    Thanks & Regards,
    Rajesh Kumar

    Hi Rajesh,
    This problem is because you have maintained a standard dictionary fields on selection screen and all the standard dictionary fields are maintained in DE language, on the screen layout, go to the attributes of that particular text field, there is a option MODIFIZ for dictionary fields (it is a drop down), selection F TEXT, now whatever the text u will define, it will remain same for all the languages, once u do this  then u again login in DE,l u will see the text maintained by u and not the DE text.
    Do reply if problem still persist.
    point if useful.
    Rohit G
    Edited by: Rohit Gaharwar on Aug 11, 2009 1:24 PM
    Edited by: Rohit Gaharwar on Aug 11, 2009 1:30 PM
    Edited by: Rohit Gaharwar on Aug 11, 2009 1:36 PM
    Edited by: Rohit Gaharwar on Aug 11, 2009 1:36 PM
    Edited by: Rohit Gaharwar on Aug 11, 2009 1:37 PM
    Edited by: Rohit Gaharwar on Aug 11, 2009 1:38 PM

  • Change to the runtime the logon language with ABAP

    Hello,
    I have a  question.
    Is it possible to change to the runtime the logon language?
    With the URL-parameter example it worked.
    http://www.****bsp/sap/z_page/default.htm?sap-language=en
    But I need this in the event handler with ABAP coding.
    thanks Eren

    you can either use
    CL_HTTP_UTILITY->IF_HTTP_UTILITY~SET_REQUEST_URI
    uri = sap-language=FR
    or
    CL_HTTP_REQUEST->IF_HTTP_ENTITY~SET_FORM_FIELD
    name = sap-client
    value = FR
    or
    use
    SET LOCALE LANGUAGE 'S'. within your abap coding
    Regards
    Raja

  • How to change the default language?

    How to change the default language of the Ubuntu desktop and of the Firefox program to Norwegian or Danish?

    While this isn't the appropriate venue to ask about changing the default language in Ubuntu, the snide forum link above lazily fails to address the Firefox language issue, and unfortunately this link now comes up on the first page of google searches about the default language in firefox.
    To change Firefox's default language, go to Edit -> Preferences -> Content, and click the "Choose" button under the Languages heading.
    To change the default language of your spell checker, right click on any text area and find the "Languages" entry in the menu, then select the language of your choice.

  • How to change the keyboard language by code

    I'm building a user interface for my application, some of the fields are in arabic and others are in English, I want to change the keyboard language according to the fields the cursor in, I tried to send KeyEvent once the cursor entered the text field. [[ KeyEvent ev = new KeyEvent(this, KeyEvent.KEY_RELEASED, 1, KeyEvent.ALT_DOWN_MASK, KeyEvent.VK_SHIFT, KeyEvent.CHAR_UNDEFINED,KeyEvent.KEY_LOCATION_RIGHT); ]] but it didn't work! could any body help me please?

    Locale is already setted.
    Keyboard has toggle button(key) to switch input-mode between english and
    native languge(korean). So I'd like to set input-mode per text-field when get focus for user convenient by programing code . But I can't find the toggle key code.
    Is there any idea to do this?

  • Change the default language of an existing SAP Portal

    Hi,
    Our SAP Portal works with two languages, Spanish and English. The default language is Spanish, but since the company is becoming more international, we want to set the default language to English. Need to know if you can change the default language of an existing SAP Portal.
    Specifically, it is the case of the standard UWL notifications, which are sent by mail in Spanish. For tasks defined in the application, the message is personalized and sent in two languages ​​at once. However, when the task is not defined, notifications arrive in the default language, which is now Spanish. Could anyone tell me if I change it?
    Thanks for the help!

    Dear Marciano
    I hope you are well and many thanks for using the SAP Discussion Forums .
    In relation to the scenario that you have described regarding the language setting for EP and the UWL.
    The language that the portal is displayed in depends on the following heirarchy, with the languages at the top of the list taking precedenceover those at the bottom:
    1.Component (iview) language (defined in the portalapp.xml)
    2.Portal Mandatory language (defined in the prtDefault.properties)
    3.User language (defined in the user#s profile).
    4.Request language (defined by the browser).
    5.Portal Default language (defined in the prtDefault.properties)
    6.System Default language (default locale defined by the OS).
    So for example, if you have your portal user language (as in point 3)set to Czech, but the language of the iView that is the logon page (as in point 1) set to English, that logon page will be displayed in English.
    Regarding the navigation path for the prtDefault.properties kindly refer to the SAP Documentation outlined below which provides a detailed summary and walkthrough regarding the language settings.
    Setting Mandatory Language For Portal
    http://wiki.scn.sap.com/wiki/display/EP/Setting+Mandatory+Language+For+Portal
    - SAP Note: 1013521 - Configuration of supported languages within the portal
    - SAP Note: 1661391 - Portal 7.3 is not displayed in the configured language
    - SAP NetWeaver Portal 7.3: SAP Documentation and Guides: http://scn.sap.com/docs/DOC-23349
    - SAP Note: 1696439 - Changing the Default or Mandatory Locale for a 730 Enterprise Portal
    Using Extended Notifications and the UWL
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/ad/d64842d59fb430e10000000a155106/frameset.htmhttp://http://help.sap.com/saphelp_nw70ehp2/helpdata/en/ad/d64842d59fb430e10000000a155106/frameset.htm
    Kindly update me as per your findings.
    Kind Regards & All The Best
    Troy Cronin - Enterprise Portal Support Engineer

  • Display of Error messages returned in BAPI in the logon language?

    Hi Experts ,
                          I  have a requirement where in I need to display the error messages returned in the return table of BAPI_BILLINGDOC_CREATEMULTIPLE in the logon language..Is there any function module to convert text in the return table to the logon language?..Any pointers on achieving this functionality would be of great help..Thankz in advance

    >
    Shawn Sunny wrote:
    > Hi Experts ,
    >                       I  have a requirement where in I need to display the error messages returned in the return table of BAPI_BILLINGDOC_CREATEMULTIPLE in the logon language..Is there any function module to convert text in the return table to the logon language?..Any pointers on achieving this functionality would be of great help..Thankz in advance
    Hello Shawn,
    Messages are always displayed in the logon language so what's the big deal in it?
    May be the translation is not maintained for this message in the logon language, hence the issue.
    You maintain the translation from SE91.
    Get the message details from the RETURN table --> Trxn SE91 --> Select the Message to translate --> From the menu bar : Goto --> Translation
    BR,
    Suhas

  • How to change the dictionary language in Pages 5.01?

    I used to write texts in several languages but now I cant. Any tips to change the dictionary language?
    Thanks in advance

    Edit > spelling > show spelling

  • I have changed default language in the program & have set Language & region in system preferences. My Word (Mac2011) keeps on changing the default language to US english every time I check. Please help!

    I have changed default language in the program & have set Language & region in system preferences. My Word (Mac2011) keeps on changing the default language to US english every time I check. Please help!

    If you're having trouble making changes to files that are inside your home folder (represented by a house icon in the sidebar of a Finder window), or if you can't get changes to the settings of an application to stick, then please see below.
    Back up all data.
    This procedure will unlock all your user files (not system files) and reset their ownership and access-control lists to the default. If you've set special values for those attributes on any of your files, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Triple-click anywhere in the following line on this page to select it:
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    You'll be prompted for your login password. Nothing will be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take a few minutes to run, or perhaps longer if you have literally millions of files in your home folder. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Boot into Recovery. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open.
    In the Terminal window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password dialog will open. You’re not going to reset a password.
    In the dialog, select the startup volume ("Macintosh HD," unless you gave it a different name) if it's not already selected.
    Select your username from the menu labeled Select the user account if it's not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Changing the English language to Chinese in portal.

    Hi,
    For a particular system,my customer wants every description and WoCs should be in Chinese in the portal.So,i changed the language for that user in the backend.But when i checked in portal,i found that only WoCs are coming in chinese language and description for particular WoC is coming in English.
    Can you suggest me in this issue.
    Thanks & Regards,
    harshavarddhan

    Hi Harshvardhan,
    Just to share some of my expereince while working with translation.
    First of all, the portal that I am currently working on does have a customize iView to change the portal language.
    Basicaly the portal language is refelcted in
    User Admin -> Identity Management, you will notice there is a Langugae field for the portal user.
    This language setting has higher priority compare with the Internet option language setting in the browser.
    The JCO connection to R3 system, we leave it as blank, so that whenever portal user access to R3 system,the login
    language (sy-langu) will same as the portal language setting.
    Invalid the Metadata cache in
    System Admin->System config->Webdynpro console.
    Some of the data element and text element does not reflect immediately due to the meta data cache in the portal, you need to invalidate those related Meta data dictionary then the translation will reflect.
    Hope this will be helpful to you.
    Edited by: V. Kong on Aug 4, 2008 5:31 PM

  • Question : Shortcut for change the writer language

    Hi im looking for a shortcut : In windows (XP,Vista,7 Or ...) we can change the write language with a simple shortcut (Alt+Shift) i want to know if Mac OS Snowleopard has something like this?
    Any suggest?
    Regards

    If you have the languages enabled in Language & Text / Language, and the appropriate keyboards enabled in Language & Text / Input sources, then ⌘-space and ⌥-⌘-space are indeed the shortcuts to switch between inputs.

  • How to change the default language of form9i?

    How to change the default language of form9i? For example, change the language from Spanish to English.
    Regards!
    Gerald

    Hi,
    set the NLS_LANG parameter and make sure the language supplement classes got installed when installing the deesigntime or server. If you need to change the language for runtime, set the value in the default.env file - assuming its a web based appication
    Frank

  • Is it possible to change the default language of a computer remotely?

    Hi
    Is it possible to change the default language of a computer remotely?
    We have Apple Remote desktop and network home folders with managed prefs but i don't seem to be able to use either of these to change the default language of all of our macs to "British English".
    is there a UNIX command that can do this?

    The simple way is via the Internationalization settings via ARD or RDP or Screen Sharing, either via System Preferences or (if enabled) via the menu bar. If you're looking for a lower-level approach, there's not AFAIK a direct command for this. As for one possible approach, might [threadID=2106201|http://discussions.apple.com/thread.jspa?threadID=2106201] help?

  • I can't change the display language on my HP Color LaserJet CP1518ni

    I have a HP Color LaserJet CP1518ni printer that I inherited from an employee who is no longer at the company. The display screen on the printer is not showing in English, it's in some language I do not recognize (and neither does anyone else). I want to change the display language to English but the manual only shows you how to do that on the display, which I cannot read because it's not in English, hence my dilemma. Does anyone know of a way to change the display language through the computer?
    Thanks

    InventoryLady,
    Yes that is what I did.  I do not know the language that it is currently set at, so the recommendations were from using the front panel menu. The OK button is the OK button on the front panel, that would not be in another language, it is the button in between the left and right arrow- See image below #6:
    Once you have hit the OK button, you can complete the steps in my earlier recommendation. Again because I do not know which language it is currently set at, I am guiding you the best I can. As for selecting the English language, I suggest using Google Translate to find out which language it is currently set at and see what their word for English is.
    If you have any more questions, please let me know.
    Thanks,
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • How do I change the default language for spell-checker please?

    I have seen the instructions below but cannot find the Personalization section?
    I currently have a US English spell-checker, I need a UK English one.
    Changing The Default Language
    Make sure you are on your homescreen.
    Tap on the Settings app to open the Settings App.
    Scroll to the Personalization section.
    Tap on Language.

    Have just found that if you select Install Language Pack but then, do NOT download it, just below and to the right of "Download Now" is "View other versions".
    Click on that and the second item is Version28.0
    Hover your mouse on that and you get " + Add to Firefox" - so select that.

  • How do I change the default language for the spell checker? - solved, sort of...

    As the previous thread was closed without actual resolution - https://support.mozilla.org/en-US/questions/941350?esab=a&s=&r=0&as=s
    I managed to solve this on my end by just reinstalling firefox using the localisation of the default dictionary language i wanted from here - http://www.mozilla.org/en-US/firefox/all/
    A bit of a shame that the main download page doesnt select the geographically relevant localisation for you and even more so that changing the default language for the in built spell checker is so kak. oh well.

    Right-click a web form on any web page.
    Languages > Add Dictionaries
    *Install the Language pack
    You can look here for dictionaries:
    * http://addons.mozilla.org/firefox/language-tools/
    * http://kb.mozillazine.org/Spell_checking
    *http://kb.mozillazine.org/Dictionaries
    *http://support.mozilla.org/kb/Using+the+spell+checker
    Right-click a web form on any web page.
    Languages > Add Dictionaries
    *Install the Language pack

Maybe you are looking for