sillsdev / l10nsharp

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

Add static L10NManager.GetAvailableUILanguageTags method (BL-4393) #9

Closed StephenMcConnel closed 7 years ago

StephenMcConnel commented 7 years ago

This is needed by Bloom to help automate choosing the UI language at the user's first program startup. (and possibly later if a user changes the system UI language) This could be done by initializing a LocationManager object and calling its GetUILanguages(true) method, but that's a lot more expensive.


This change is Reviewable