Queries the server for a list of supported system languages.

When setting the language to retrieve with SetLanguageToRetrieve(String), this list will contain all of the available languages that can be used. SetLanguageToRetrieve(String) expects the value from the Name property. The DefaultLanguage can be used for the SetLanguageToRetrieve(String), as well as any of the languages contained in Languages.

Remarks

Note
This method call will result in a call to the server. This call can potentially time out, and caution should be taken to ensure that this call is made as few times as possible.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public static ReadOnlyCollection<SystemLanguage> GetSupportedLanguages(
	ConfigurationManager configurationManager
)
Visual Basic
Public Shared Function GetSupportedLanguages ( _
	configurationManager As ConfigurationManager _
) As ReadOnlyCollection(Of SystemLanguage)

Parameters

configurationManager
Type: ININ.IceLib.Configuration..::..ConfigurationManager
The configuration manager.

Return Value

A collection of SystemLanguage of the supported languages.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 1 and beyond.

See Also