CultureInfos Property (Language)
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
<SuppressMessageAttribute("Microsoft.Performance",
"CA1819:PropertiesShouldNotReturnArrays",
Justification="Acked")>
Public Shared ReadOnly Property CultureInfos As String()
[SuppressMessage("Microsoft.Performance",
"CA1819:PropertiesShouldNotReturnArrays",
Justification="Acked")]
public static string[] CultureInfos {get;}
[SuppressMessage("Microsoft.Performance",
"CA1819:PropertiesShouldNotReturnArrays",
Justification="Acked")]
public:
static property array<String^>^ CultureInfos {
array<String^>^ get();
}