sillsdev / l10nsharp

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

Changed logic of GetDynamicStringOrEnglish in when no LMs are loaded so that it returns the English string. #23

Closed tombogle closed 7 years ago

tombogle commented 7 years ago

Previous behavior in this edge case was to return the id, which seems to violate the advertised behavior of the method and does not seem logical. This presumably only affects the behavior when running unit tests, but there's a chance it could also affect an app during startup.


This change is Reviewable