ComputerInfo.BiosInstallableLanguages 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.
Number of languages available for installation on this system. Language may determine properties such as the need for Unicode and bidirectional text
public:
property Nullable<System::UInt16> BiosInstallableLanguages { Nullable<System::UInt16> get(); };
public ushort? BiosInstallableLanguages { get; }
member this.BiosInstallableLanguages : Nullable<uint16>
Public ReadOnly Property BiosInstallableLanguages As Nullable(Of UShort)