BUG: Ensure language combobox shows default language#57
Conversation
This change ensures the fix integrated through commontk/CTK#1179 (BUG: Fix ctkLanguageComboBox normalizing default language and selection) is effective.
|
The issue description suggests that it is wrong to display an empty selection when the current application language is not selected. For me, the current behavior seems correct, as it is important to distinguish between the user selected "English (US)" / the user did not specify any language. For example, if no language is explicitly selected then in the future we could automatically use the operating system's language. |
|
Maybe a good solution could be to have an explicit automatic option. If the user selects that then language would be set to empty string in the application settings. This automatic language option could appear in the combobox as |
|
Yes, automatically using the OS setting makes a lot of sense and making this explicit in the combo box would be good. |
This change ensures the fix integrated through commontk/CTK#1179 (BUG: Fix ctkLanguageComboBox normalizing default language and selection) is effective.
After installing the extension without having selected any language (and a settings file without any
languageentry or an empty one):References: