Languages Property (Language)
- Last UpdatedAug 21, 2026
- 1 minute read
'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();
}