]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/BdsDxe/Language.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / Language.h
1 /** @file
2 Language setting
3
4 Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8
9 #ifndef _LANGUAGE_H_
10 #define _LANGUAGE_H_
11
12 /**
13 Determine the current language that will be used
14 based on language related EFI Variables.
15
16 @param LangCodesSettingRequired If required to set LangCode variable
17
18 **/
19 VOID
20 InitializeLanguage (
21 BOOLEAN LangCodesSettingRequired
22 );
23
24 #endif // _LANGUAGE_H_