MonobjcMonobjc Documented Class Library
NSVoiceLocaleIdentifier Field
NamespacesMonobjc.AppKitNSSpeechSynthesizerNSVoiceLocaleIdentifier

The language of the voice. An NSString

The canonical locale identifier string describing the voice's locale. A locale is generally composed of three pieces of ordered information: a language code, a region code, and a variant code. Refer to documentation about the NSLocale class or Locales Programming Guide for more information.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSVoiceLocaleIdentifier
Public Shared ReadOnly NSVoiceLocaleIdentifier As NSString
public:
static initonly NSString^ NSVoiceLocaleIdentifier
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.AppKit (Module: Monobjc.AppKit)