Click or drag to resize
CultureInfoProviderGetUICultures Method (String, String, Int32, String)

Note: This API is now obsolete.

Gets all UI cultures.

Namespace: CMS.Localization
Assembly: CMS.Globalization (in CMS.Globalization.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use GetUICultures() instead.")]
public static InfoDataSet<CultureInfo> GetUICultures(
	string where,
	string orderBy = null,
	int topN = -1,
	string columns = null
)

Parameters

where
Type: SystemString
Where condition
orderBy (Optional)
Type: SystemString
Order by clause
topN (Optional)
Type: SystemInt32
Top N users
columns (Optional)
Type: SystemString
Columns to get

Return Value

Type: InfoDataSetCultureInfo
See Also