Automaticaly change keyboard language depending on item reading order

Hi
I have a form with items both in english and arabic. I would like to change language keyboard automaticaly depending on item. I mean when I focus on arabic item (Reading order : Right to left) the keyboard should be arabic automaticaly whithout doing ALT+SHIFT.
is it possible on Dev 10g ?
Thanks

I am also interested in the same if any one has an idea.
Thanks
Haytham

Similar Messages

  • Change keyboard-language for filevault2

    i use filevault2 (my macbook keyboard-language is swiss-german). if i start de macbook, i've to insert my filevault2-keyword. the keyboard-language is automatically in u.s.-english. so there are different key for some signs.
    where can i change to swiss-german? i remember in 10.7.1 it was possible to change the flag on the righthand top (since 10.7.2 there is no flag on the top)...

    Have you checked the box for Show Input Menu in Menu Bar in system prefs/language & text/input sources?
    Have you checked the box for Show Input Menu in system prefs/users & groups/login options?

  • OSX Mountain Lion change keyboard language after reboot

    My native language is Portuguese, and since the 10.8.1 update, every time I reboot my computer, the keyboard language goes from Portuguese to English.
    I set it again to Portuguese and after a reboot or if I shutdown the computer and start again, its english again.
    This bug is very annoying, because all the layout changes. Does anyone have this problem or know how to fix it?

    I'm also have the same issue. I use the Spanish ISO keyboard settings. Every time I reboot or logout the USA keyboard appears again.
    As rmz83 I only have check the Spanish ISO in system preferences/language & text/input sources on OS X Mountain Lion 10.8.2.
    Anyone knows how to solve this problem??

  • Changing keyboard language permanently

    When I bought my used Mac Pro, I unfortunately set it up in USA Extended English, but I live and work in Italy, so every day, every time I restart the computer, I have to change the keyboard language, otherwise it doesn't recognize all the accents etc. etc. Every day, many times a day, change the language, throw out the original setting IUSA Extended and every time I restart... bam, there it is again and it hasn't remembered my Italian keyboard. I'm pretty tired of changing the keyboard settings every day, every time I restart. Is there a way of resetting the language of the computer without reinstalling EVERYTHING?
    Thanks a million!

    Have you gone to system preferences/keyboard/input sources and removed the US Extended keyboard?

  • Change keyboard language without the globe key

    If it's at all possible, how can I change the language of my keyboard on my iPhone from English to Korean (I have the two keyboards installed and ready to use)  without using the globe key to switch between the two? I find it very tedious to have to switch from English to Korean by tapping the globe key then tapping it again to switch back. Is there a way to change the setting or can I download an app to help with this? Sorry if my question doesn't make sense but that's the best way I can explain.

    I think the answer is "no".
    What exactly do you envision that would somehow be easier than tapping the globe key?

  • Change keyboard language by java program

    I have done internationalization successfully in my java web application.
    but for insert input i always need to select language of keyboard manualy by
    control panel's .
    have any one java program to select keyboard language programatically.

    to_anilkumar82 wrote:
    Actualy when you select application in perticuler language (suppose in japanies) than
    message dispalying and value insertion will be done in that language(japanies).
    this is the case when user is not aware about language,user only select a lnguage type
    initialy when user open the application.So what? This is a feature of youyr application, whereas the keyboard layout is not.

  • Change Keyboard Language in Windows Login page

    Is there someone WHO can help with a solution to a multilanguage Windows 8.1 image i'm testing at the moment.
    My problem is in the login window, where i can't find a solution to set the keyboard languge trough GPO or Registry.
    I have tried to set the language in the registry:
    HKEY_Users\.default\Keyboard LAyout\Preload:  1 = reg_sz to 00000406 (Danish language code), but this does not Work and then i have tried to set the same in S-1-5-18/19 and 20, but nothing helps.
    The GPO for setting language inside Windows Works fine, but i really need to also get the login window to use the same language, as someone is using some special charater and they can't find them, when the login window is using United Kingdom keyboard and
    not the local language.
    I have search the net for a solution, but the only solution i can find, is to manually go in to the control panel > Region > Administrative > Copy Settings by choosing manually to use the same language with the "Welcome screen and system
    accounts.
    There most be someone else in the same situations, where they want this set Automatic, so i can use the multilanguage image around the World?
    Really hope someone has the solution to this.... :-)
    Additional information is that i have made the image by using DISM to integrate the language pack to both the boot.wim and the install.wim and have set the United kingdom to the default language.

    Hi,
    First,it seems that we can customize a image (use the same language with the "Welcome screen and system accounts) to test it.
    Meanwhile,I suggest you follow the link to check the result.
    http://technet.microsoft.com/en-us/library/hh824900.aspx
    Regards,

  • How can I change the language of a movie I am watching on my Netflix app on the iPad

    I am watching a movie on my iPad via the Netflix app and the movie is in Spanish, I would like it to be in English but I can't find a way to fix the problem, please help.

    But in the Netflix app is a place where you can watch unlimited movies and tv shows for only around 8 dollars a month.
    so what i need help in is how to change the language of the movie that i am watching, in the app there in no menu or any way to rent, buy, or download moveis, (atleast non that i am aware of)
    So if i am watching a movie and it is being played in spanish, i would like to know how i acn change the language of the movie.

  • Status of line item of order

    Hi,
    My req is have to change the status of line item of order from in progress to completed .
    Please tell me the function module .

    i am using the same funtion module but it is working, my problem is that in our system order status is maintaing on the basis of item category Z used in  Z order type is having the object type as SALES  ITEM and   which are automatically deliver relevant. We have noticed that the Z order line item status remains at "In Process" rather that moving to "Completed" status after running billing in R/3  system. At the same time the header status of the order reverts back to completed.
    SAP has given the option of modifying the ORDER_SAVE badi or modify the include LCRM_STATUS_ECF09 to change the status
    completed whenever there is Z item category appears (which looks for deliver document) .
    I applied the logic but when i maintain the status as completed for item category then it will not showing the billing doc number in doc flow .
      ip_guid = ls_orderadm_i-guid.
            ls_status-ref_guid = ip_guid.
            ls_status-ref_kind = 'B'.
            ls_status-status = 'I1005'.                         "'E0007'.
           ls_status-user_stat_proc = 'CRMORD_I'.
            ls_status-activate = 'X'.
            INSERT ls_status INTO TABLE lt_status.
            ip_guid = ls_orderadm_i-guid.
            ls_status-ref_guid = ip_guid.
            ls_status-ref_kind = 'B'.
            ls_status-status = 'E0004'.                         "'E0007'.
            ls_status-user_stat_proc = 'CRMORD_I'.
            ls_status-activate = 'X'.
            INSERT ls_status INTO TABLE lt_status.
            ls_status-ref_guid = ip_guid.
            ls_status-ref_kind = 'B'.
            ls_status-status = 'I1073'.                         "'E0007'.
            ls_status-activate = 'X'.
            INSERT ls_status INTO TABLE lt_status.
            ls_input_field-ref_guid = ip_guid.
            ls_input_field-ref_kind = 'B'.
            ls_input_field-objectname = 'STATUS'.
            ls_input_field_names-fieldname = 'ACTIVATE'.
            INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
            INSERT ls_input_field INTO TABLE lt_input_fields.
            ls_input_field_names-fieldname = 'STATUS'.
            INSERT ls_input_field_names INTO TABLE ls_input_field-field_names.
            INSERT ls_input_field INTO TABLE lt_input_fields.
            INSERT ip_guid INTO TABLE lt_obj_guids.
            CALL FUNCTION 'CRM_ORDER_MAINTAIN'
              EXPORTING
                it_status       = lt_status
              CHANGING
                ct_input_fields = lt_input_fields.

  • Keyboard language changed only in Firefox not other programmes

    I have Firefox in English but I use a Spanish keyboard, meaning some keys like question marks or quotation marks are in different places, there are accents, a key for ç, etc. It has always worked normally but today, while the keyboard is working correctly with all other programmes in Firefox it works as if the settings were changed to an English (I think) keyboard.
    I don't have that problem with Chrome though, it's just Firefox. How is that possible (add question mark here, I can't guess what key I'im supposed to use for it).
    I haven't changed anything in the settings, so the only possibility could be some kind of shortcut I've accidentally pressed, even though I don't know how that's even possible, as I assumed you can't have several keyboard language settings selected at the same time depending on the programme you're using.
    I type in different languages so this is terribly annoying! Thanks for any help.

    It is possible that you have switched the keyboard layout by accident by using the key sequence to rotate the layout.
    * http://support.microsoft.com/kb/258824 - How to change your keyboard layout
    Windows remembers the keyboard layout setting per application and you may have changed the keyboard layout by accident via a keyboard shortcut.
    * http://support.microsoft.com/kb/306993 - HOW TO: Use the Language Bar in Windows XP
    * http://windows.microsoft.com/en-US/windows7/The-Language-bar-overview The Language bar (overview)
    Make sure that you have the Language bar visible on the Windows Taskbar
    * You can do that via the right-click context menu of the Taskbar: Toolbars > Language Bar
    * Check the keyboard language (keyboard layout) setting for the application that has focus via the icon on the Language bar
    * You need to do that while Firefox has focus because Windows remembers the keyboard layout setting per application
    * The default key combination to rotate the layout is the Ctrl+Shift or Alt+Shift combination that is used in Firefox for menu items, so it is quite possible to change the layout accidentally.
    * To avoid an unintentional switch, assign a specific key sequence (Alt/Ctrl+Shift+number) to select keyboard layouts and remove the key combination to rotate layouts (Alt+Shift or Ctrl+Shift)
    * Control Panel > Regional and Language Options > Keyboards and Languages > Change keyboards > Advanced key settings > Change key sequence

  • How can i disable Illustrator from changing my language / keyboard layout.

    I have an azerty laptop and a qwerty external keyboard. Switching from any application to illustrator changes the language and therefore also my keyboard layout. No other application does this.

    Thanks for the reply Mike
    But i have a laptop with azerty layout (Belgian) and an external qwerty keyboard (Brittish).
    So i need both languages selected in the System Pref >> Keyboard >> Input source
    When "Brittish" is selected and i switch from Apple Mail to Photoshop to Skype to Chrome to ... it all works fine.
    Only when i switch to Illustrator it also changes my language/layout from "Brittish" to "Belgian" and stays like that. I need to manually change it back in the menu in Finder.
    I like the brittish better (with a qwerty keyboard) because of the shortcuts (eg. sqare brackets -> shortcuts for order in Illustrator are not even on an azerty (Belgian) keyboard).
    Any idea?
    b.

  • I've changed my keyboard language to a forieng language and when MacBook sleep I could not type the actual password in US language

    I've changed my keyboard language to a forieng language and when MacBook sleep I could not type the actual password in US language.. Try alot but no language change key

    What language did you change it to exactly?

  • 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?

  • HT1750 I changed the keyboard language from English to Vietnamese, then the computer went into slee. I turn it on, it asks for the password, but the keyboard doesn't take vowels. what can I do?

    I changed the keyboard language from English to Vietnamese, then the computer went into slee. I turn it on, it asks for the password, but the keyboard doesn't take vowels. what can I do?

    You may want to wait for others to see this thread who might offer some other suggestions, but you could consider resetting the password. These instructions work for Lion (10.7.x) and Mountain Lion (10.8.x).
    http://osxdaily.com/2011/08/24/reset-mac-os-x-10-7-lion-password/

  • I changed the keyboard language from English to Vietnamese, then the computer went into sleep. I turn it on, it asks for the password, but the keyboard doesn't take vowels. what can I do?

    I changed the keyboard language from English to Vietnamese, then the computer went into sleep. I turn it on, it asks for the password, but the keyboard doesn't take vowels. what can I do?

    You may want to wait for others to see this thread who might offer some other suggestions, but you could consider resetting the password. These instructions work for Lion (10.7.x) and Mountain Lion (10.8.x).
    http://osxdaily.com/2011/08/24/reset-mac-os-x-10-7-lion-password/

Maybe you are looking for