Retire HiiLibGetNextLanguage() API from HII Library class.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8109 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
rsun3
2009-04-17 02:38:11 +00:00
parent bd72aa1a31
commit 0f2685219d
8 changed files with 125 additions and 66 deletions

View File

@ -34,6 +34,25 @@ ConvertRfc3066LanguageToIso639Language (
OUT CHAR8 *LanguageIso639
);
/**
Get next language from language code list (with separator ';').
If LangCode is NULL, then ASSERT.
If Lang is NULL, then ASSERT.
@param LangCode On input: point to first language in the list. On
output: point to next language in the list, or
NULL if no more language in the list.
@param Lang The first language in the list.
**/
VOID
EFIAPI
GetNextLanguage (
IN OUT CHAR8 **LangCode,
OUT CHAR8 *Lang
);
/**
Determine the current language that will be used
based on language related EFI Variables.