lagrange icon indicating copy to clipboard operation
lagrange copied to clipboard

Match app UI language to system language on first run

Open bitigchi opened this issue 3 years ago • 1 comments

Lagrange should get the system language string and set the UI language automatically at first start.

bitigchi avatar Nov 27 '21 15:11 bitigchi

This would be a nice little improvement to the first-use experience. On Unix systems at least there's the LC_* environment variables that could be checked.

However, the cost/benefit ratio isn't super great. Determining the system language is platform-specific, and doing this only on one or two platforms limits who will receive the benefits even further, in addition to being limited to new users.

That's not to say it's not worth doing, but it may not make practical sense at the moment.

skyjake avatar Nov 28 '21 04:11 skyjake