Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 languages.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8262 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
rsun3
2009-05-08 05:39:24 +00:00
parent 62e71e2fbe
commit 844390f7d5
3 changed files with 20 additions and 61 deletions

View File

@@ -1687,24 +1687,6 @@ HiiGetAltCfg (
OUT EFI_STRING *AltCfgResp
);
/**
Compare whether two names of languages are identical.
@param Language1 Name of language 1
@param Language2 Name of language 2
@retval TRUE same
@retval FALSE not same
**/
BOOLEAN
HiiCompareLanguage (
IN CHAR8 *Language1,
IN CHAR8 *Language2
)
;
//
// Global variables
//