]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/Language.h
Add in doxygen style comment.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / Language.h
CommitLineData
fd6a62f3 1/** @file\r
2 Language setting\r
93e3992d 3\r
fd6a62f3 4Copyright (c) 2004 - 2008, Intel Corporation. <BR>\r
93e3992d 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
fd6a62f3 13**/\r
93e3992d 14\r
15#ifndef _LANGUAGE_H\r
16#define _LANGUAGE_H\r
17\r
18#include "String.h"\r
19\r
b30312ba 20/**\r
93e3992d 21 Determine the current language that will be used\r
22 based on language related EFI Variables\r
23\r
93e3992d 24\r
b30312ba 25 @param LangCodesSettingRequired - If required to set LangCode variable\r
26\r
27 @return VOID\r
93e3992d 28\r
b30312ba 29**/\r
30VOID\r
31InitializeLanguage (\r
32 BOOLEAN LangCodesSettingRequired\r
33 )\r
93e3992d 34;\r
35\r
36#endif // _LANGUAGE_H_\r