CultureInfos Property (Language)
Gets the culture infos. CultureInfos array will have same size as LCID array.
CultureInfo index in CultureInfos 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 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(); }
Property Value
The culture infos.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