sillsdev / l10nsharp

A .NET localization library for Windows Forms applications.
3 stars 10 forks source link

Don't ask Bing translator to translate language names #66

Closed tombogle closed 5 years ago

tombogle commented 5 years ago

In LanguageChoosingDialog.Application_Idle, it uses a BingTranslator to try to localize the apology message. Unfortunately, given the string: Our apologies, this program has not yet been localized for German (Deutsch). Please choose from one of the following languages: Bing translates Deutsch as English. The string submitted to Bing should be the original format string, rather than the string with the parameters substituted in.

tombogle commented 5 years ago

https://github.com/sillsdev/l10nsharp/pull/67