Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8319140

Consider exposing the input language with the Platform Preference API

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • None
    • javafx
    • None

      Currently there is no way for JavaFX applications to easily be notified about changes of the input language and its direction. This might be implemented using the Platform Preferences API.

      One possibility is to encode this information in an object with the following fields:

      ```
      String languageName;
      String languageCode;
      enum Direction { LEFT_TO_RIGHT, RIGHT_TO_LEFT, VERTICAL } direction;
      ```

            mstrauss Michael Strauß
            mstrauss Michael Strauß
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: