LanguageInfoAbbr Property

Three-letter code of the language. In general complies with ISO 639-2, but there are several exceptions due to backward compatibility and in complex cases. See AbbrToCulture(String) and CultureToAbbr(CultureInfo) for related conversions.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public string Abbr { get; }

Property Value

String

See Also