Click or drag to resize

FrameLanguage Property

Gets or sets the 3 character ISO 639-2 language code for frames that support a language. Set a null value to remove any language code. A exception is thrown in the setter if the frame does not support language.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public IsoLanguage? Language { get; set; }

Property Value

NullableIsoLanguage
See Also