Kaydet (Commit) 18176925 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Looks like the Windows tag is still LANG_ORIYA

Change-Id: I16e0be513b0b7ecbc54c0e2cb8974e801c13adbe
üst 0b578e51
...@@ -543,7 +543,7 @@ LCID LocaleSetToLCID( const LocaleSet_t & Locale ) ...@@ -543,7 +543,7 @@ LCID LocaleSetToLCID( const LocaleSet_t & Locale )
else if ( wsLanguage == L"gu" ) else if ( wsLanguage == L"gu" )
usPrimaryLang = LANG_GUJARATI; //Gujarati usPrimaryLang = LANG_GUJARATI; //Gujarati
else if ( wsLanguage == L"or" ) else if ( wsLanguage == L"or" )
usPrimaryLang = LANG_ODIA; //Not supported. usPrimaryLang = LANG_ORIYA; //Not supported.
else if ( wsLanguage == L"ta" ) else if ( wsLanguage == L"ta" )
usPrimaryLang = LANG_TAMIL; //Tamil usPrimaryLang = LANG_TAMIL; //Tamil
else if ( wsLanguage == L"te" ) else if ( wsLanguage == L"te" )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment