customPronounForLanguage:
Returns any custom pronoun behavior this morphology applies to the given language.
Declaration
- (NSMorphologyCustomPronoun *) customPronounForLanguage:(NSString *) language;Parameters
- language:
The language to query for any custom pronoun behavior.
Return Value
A NSMorphologyCustomPronoun behavior this morphology uses for the given language, or nil if the morphology doesn’t have a custom pronoun behavior set.