Looks like the Windows tag is still LANG_ORIYA

Change-Id: I16e0be513b0b7ecbc54c0e2cb8974e801c13adbe
This commit is contained in:
Stephan Bergmann 2013-12-12 08:55:55 +01:00
parent 0b578e51cd
commit 181769251d

View file

@ -543,7 +543,7 @@ LCID LocaleSetToLCID( const LocaleSet_t & Locale )
else if ( wsLanguage == L"gu" )
usPrimaryLang = LANG_GUJARATI; //Gujarati
else if ( wsLanguage == L"or" )
usPrimaryLang = LANG_ODIA; //Not supported.
usPrimaryLang = LANG_ORIYA; //Not supported.
else if ( wsLanguage == L"ta" )
usPrimaryLang = LANG_TAMIL; //Tamil
else if ( wsLanguage == L"te" )