ComputerInfo.BiosLanguageEdition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Language edition of the BIOS firmware. The language codes defined in ISO 639 should be used. Where the software element represents a multilingual or international version of a product, the string "multilingual" should be used
public:
property System::String ^ BiosLanguageEdition { System::String ^ get(); };
public:
property Platform::String ^ BiosLanguageEdition { Platform::String ^ get(); };
public string BiosLanguageEdition { get; }
member this.BiosLanguageEdition : string
Public ReadOnly Property BiosLanguageEdition As String