Looks like the Windows tag is still LANG_ORIYA
Change-Id: I16e0be513b0b7ecbc54c0e2cb8974e801c13adbe
This commit is contained in:
parent
0b578e51cd
commit
181769251d
1 changed files with 1 additions and 1 deletions
|
@ -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" )
|
||||
|
|
Loading…
Reference in a new issue