isSupportedForLanguage:
Returns a Boolean value that indicates whether the given language supports setting custom pronouns.
Declaration
+ (BOOL) isSupportedForLanguage:(NSString *) language;Parameters
- language:
The language to query.
Return Value
true if the language supports custom pronouns; otherwise, false.