FileVersionInfo.Language Property
.NET Framework 1.1
Gets the default language string for the version info block.
[Visual Basic] Public ReadOnly Property Language As String [C#] public string Language {get;} [C++] public: __property String* get_Language(); [JScript] public function get Language() : String;
Property Value
The description string for the Microsoft Language Identifier in the version resource.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
FileVersionInfo Class | FileVersionInfo Members | System.Diagnostics Namespace