+ requiredKeysForLanguage:
Returns a collection of the custom pronoun keys required by this language.
この言語によって必須とされるあつらえの代名詞キーそれらからなるあるコレクションを返します。
Availability 有効性
Technology
+ (BOOL)isSupportedForLanguage:(NSString
*)language;
language
The language to query. 問い合わせる言語。
true
if the language supports custom pronouns; otherwise, false
.
true
、もし言語があつらえの代名詞をサポートするならば;そうでなければ、false
。
+ requiredKeysForLanguage: