MonobjcMonobjc Documented Class Library
Language Property
NamespacesMonobjc.DiscRecordingDRCDTextBlockLanguage

Returns the ISO 639 language code describing the language associated with the CD-Text block. CD-Text allows the concept of an unknown language, which is represented here by an empty string.

Original signature is '- (NSString*) language'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString Language { get; }
Public Overridable ReadOnly Property Language As NSString
	Get
public:
virtual property NSString^ Language {
	NSString^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.DiscRecording (Module: Monobjc.DiscRecording)