EarTrumpet
EarTrumpet copied to clipboard
Missing localization string
I'm testing the czech localization I made and noticed there's a string that's not localized and is not just a dev thing:

Testing on a Czech (cs-CZ, 1029) system.
[Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms") | Out-Null
$Converter = New-Object Windows.Forms.KeysConverter
$Converter.ConvertToString($Null, [System.Globalization.CultureInfo]::CurrentUICulture, [Windows.Forms.Keys]::None)
None
Do you have an example where keys are localized?
Doesn't look like keys are localized in Windows

Perhaps None should be treated as a special case. Will consider that, though adding new strings to the app requires a round of tedious localization.
@riverar Wouldn't think it's not localized in Windows itself 😮 It's just minor issue so maybe the special case for None can be added when new strings are added later?
Hi there. I'm cleaning up the issues list. I filed an issue over at https://github.com/dotnet/winforms/issues/8527 to continue tracking this issue.