RFR: 8267546: Add CSS themes as a first-class concept
Michael Strauß
mstrauss at openjdk.org
Wed Nov 9 22:30:44 UTC 2022
On Wed, 26 May 2021 17:23:36 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
>> I just checked on Windows 10 v20H2 (build 19042.985), and unfortunately the `Windows.UI.ViewManagement.AccessibleSettings.HighContrastScheme` contains a localized name for the high contrast scheme.
>
> Oh, too bad, but thanks for testing anyway.
> Do you know if there is such API that returns a non-localized string? I read it somewhere...
I don't know of such an API. Even when I change the locale of the current thread to English, the API returns the localized (non-English) name of the scheme.
-------------
PR: https://git.openjdk.org/jfx/pull/511
More information about the openjfx-dev
mailing list