Is there a similar method in C# to Intl.LocaleMatcher in JavaScript?
In JavaScript, there will be a Intl.LocaleMatcher to match the best suitable locale from a list of available locales with a specific locale. Polyfill here.
In JavaScript, there will be a Intl.LocaleMatcher to match the best suitable locale from a list of available locales with a specific locale. Polyfill here.