LanguageName.Match method (1 of 2)

Matches two language names.

public static LanguageNameMatch Match(LanguageName first, LanguageName second)
parameter description
first The first language name.
second The second language name.

Return Value

A LanguageNameMatch that describes the comparison between the two language names.

Remarks

When the looked-for language name is used first and the available language name is used second, the default ordering of LanguageNameMatch indicates the attractiveness of the match.

See Also


LanguageName.Match method (2 of 2)

Matches two language names.

public static LanguageNameMatch Match(string strFirst, string strSecond)
parameter description
strFirst The first language name.
strSecond The second language name.

Return Value

A LanguageNameMatch that describes the comparison between the two language names.

Remarks

When the looked-for language name is used first and the available language name is used second, the default ordering of LanguageNameMatch indicates the attractiveness of the match.

See Also