Queries the server for a list of supported analyzer languages.

When setting the language with SetLanguage(String) on a new AnalyzerKeywordConfiguration object, this list will contain all of the available languages that can be used. SetLanguage(String) expects the value from the Name property.

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<CultureInfo> GetSupportedAnalyzerLanguages(
	ConfigurationManager configurationManager
)
Visual Basic
Public Shared Function GetSupportedAnalyzerLanguages ( _
	configurationManager As ConfigurationManager _
) As ReadOnlyCollection(Of CultureInfo)

Parameters

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

Return Value

A collection of CultureInfo 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 GA and beyond.

See Also