German language is not show in the language combobox in MUI_LANGDLL when the OS have cp1250. Although the German language primarily uses cp1252, it may be displayed with the cp1250 as well. See https://en.wikipedia.org/wiki/Windows-1250
Yes, ANSI.
(Unicode works well for the MUI_LANGDLL. But we have some 3rd party ANSI plugins, so I'll try to switch to Unicode later, when I have more time to solve and test the problems with the conversion.)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can use MUI_LANGDLL_ALLLANGUAGES to tell the language picker to ignore the codepage. I'll add a exception for English and German if the codepage is 1250.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
English is already there.
Yes, I know about MUI_LANGDLL_ALLLANGUAGES, it just does not look well if a language name contains a char not in the current code page. If I fail to convert to Unicode, I would use this directive.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I assume this is a ANSI target and not Unicode?
Yes, ANSI.
(Unicode works well for the MUI_LANGDLL. But we have some 3rd party ANSI plugins, so I'll try to switch to Unicode later, when I have more time to solve and test the problems with the conversion.)
You can use MUI_LANGDLL_ALLLANGUAGES to tell the language picker to ignore the codepage. I'll add a exception for English and German if the codepage is 1250.
English is already there.
Yes, I know about MUI_LANGDLL_ALLLANGUAGES, it just does not look well if a language name contains a char not in the current code page. If I fail to convert to Unicode, I would use this directive.