Bug 148168

Summary: [Cocoa] Cannot mock the system language
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ap, simon.fraser
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Myles C. Maxfield 2015-08-18 23:21:20 PDT
I have gotten a few bugs recently which were only discoverable when the system language was set to non-English. We need some way to mock this so that our tests can run in these other environments.
Comment 1 Alexey Proskuryakov 2015-08-19 08:58:58 PDT
There is internals.overrideUserPreferredLanguages(). Unfortunately, WebKit and WebCore code is not very consistent, and we often check the language and locale directly.

Also, it's not always obvious where we should be using system language, and where we should be using system locale.
Comment 2 Myles C. Maxfield 2015-08-26 23:02:37 PDT
See also: https://bugs.webkit.org/show_bug.cgi?id=76138