]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/Language.h
1. Update Generic BDS part to use dynamic PCD to set console output mode instead...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / Language.h
CommitLineData
5c08e117 1/** @file\r
2 Language setting\r
3\r
4Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
5All rights reserved. This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14\r
15#ifndef _LANGUAGE_H_\r
16#define _LANGUAGE_H_\r
17\r
18#include "String.h"\r
19\r
20/**\r
21 Determine the current language that will be used\r
22 based on language related EFI Variables.\r
23\r
24 @param LangCodesSettingRequired If required to set LangCode variable\r
25\r
26**/\r
27VOID\r
28InitializeLanguage (\r
29 BOOLEAN LangCodesSettingRequired\r
30 );\r
31\r
32#endif // _LANGUAGE_H_\r