Use IETF standard language tags for locale names

This commit is contained in:
jp9000
2014-07-10 21:07:48 -07:00
parent 2780e165eb
commit 4cc1a42908
11 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ static void CreateOBS(HWND hwnd)
RECT rc;
GetClientRect(hwnd, &rc);
if (!obs_startup("en"))
if (!obs_startup("en-US"))
throw "Couldn't create OBS";
struct obs_video_info ovi;