This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Licensed under the BSD-3-Clause-Clear license. | |
* The license text in enclosed in the comment section. | |
*/ | |
/** | |
* The idea is to use the hidden SYSTEM_LOCALES ("system_locales") setting | |
* to get the currently displayed locale. Although the documentation says | |
* that one must use `LocaleList.getDefault` instead, I couldn't really |