Hi Daniel,
On 03.08.2020 01:23, Daniel Lehman wrote:
if (PRIMARYLANGID(GetUserDefaultLangID()) != LANG_ENGLISH)
FIXME("INTERNET_OPTION_SECURITY_CERTIFICATE currently English-only\n");
I sent the sign off too soon. Is this FIXME accurate? It seems that you added everything that's needed for other languages in the code itself. Once translators translate resources, it will be supported, which is not different than any other locale-dependent place.
Thanks,
Jacek