Describe the bug
Some browsers installed in the same OS returns different locale, e.g. en-US on Chrome but en-GB on Firefox.
Area for Triage:
Question, Bug, or Feature?:
Virtual environments affected
Expected behavior
en-US for all browsers on the same OS (same machine?)
Actual behavior
Run the following JavaScript snippet to return locale information in different browsers in the affected virtual env:
console.log(Intl.DateTimeFormat().resolvedOptions());
// Chrome returns 'en-US' while Firefox returns 'en-GB'
Hello, pull request with changing locale for firefox was merged and changes would be delivered in next images rollout.
@dmitry-shibanov Thank you.
Hello, changes were added. If you have any concerns feel free to reopen the issue.
Most helpful comment
Hello, pull request with changing locale for firefox was merged and changes would be delivered in next images rollout.