MonobjcMonobjc Documented Class Library
OrthographyWithDominantScriptLanguageMap Method (script, map)
NamespacesMonobjc.FoundationNSOrthographyOrthographyWithDominantScriptLanguageMap(NSString, NSDictionary)

Creates and returns an orthography instance with the specified dominant script and language map.

Original signature is '+ (id)orthographyWithDominantScript:(NSString *)script languageMap:(NSDictionary *)map'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSOrthography OrthographyWithDominantScriptLanguageMap(
	NSString script,
	NSDictionary map
)
Public Shared Function OrthographyWithDominantScriptLanguageMap ( _
	script As NSString, _
	map As NSDictionary _
) As NSOrthography
public:
static NSOrthography^ OrthographyWithDominantScriptLanguageMap(
	NSString^ script, 
	NSDictionary^ map
)
Parameters
script (NSString)
The dominant script.
map (NSDictionary)
A dictionary containing the language map.
Return Value
An initialized orthography object for the specified script and language map.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)