Languages Property (Language)
Gets the languages. Languages array will have same size as LCIDs array.
Lanuguage index in Languages array and corresponding LCID index in LCIDs array will have same index number.
Syntax
'Declaration <SuppressMessageAttribute("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Acked")> Public Shared ReadOnly Property Languages As String()
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Acked")] public static string[] Languages {get;}
[SuppressMessage("Microsoft.Performance", "CA1819:PropertiesShouldNotReturnArrays", Justification="Acked")] public: static property array<String^>^ Languages { array<String^>^ get(); }
Property Value
The languages.Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also