Matches two language names.
public static LanguageNameMatch Match(LanguageName first, LanguageName second)
parameter | description |
---|---|
first | The first language name. |
second | The second language name. |
A LanguageNameMatch
that describes the comparison between the two language names.
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.
Matches two language names.
public static LanguageNameMatch Match(string strFirst, string strSecond)
parameter | description |
---|---|
strFirst | The first language name. |
strSecond | The second language name. |
A LanguageNameMatch
that describes the comparison between the two language names.
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.