[Bug 46196] Beat Hazard 2: Missing country code and flag

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 13 11:31:28 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46196

--- Comment #3 from João Ferreira <devilj at outlook.pt> ---
What would be the best way to derive a default GeoID?

1. Using locale would be straightforward, but plenty of users set this to their
language of choice (often en_US) regardless of where they're living;

2. Using timezone would be more accurate (though some TZs fit multiple
countries, this is relatively rare). We can get this through zone1970.tab, but
that's not portable;

3. Using a static default (en_US) and/or an environment variable (WINEREGION?)


Also, should this be set on load time (like the locale entries in the registry)
or at prefix creation?

I'm new to Linux development. I don't know what's the best practice for this!

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list