static func requiredKeys (forLanguage : String) -> [PartialKeyPath<Morphology.CustomPronoun>]
Returns a collection of the custom pronoun keys required by this language.
この言語によって必須とされるあつらえの代名詞キーそれらからなるあるコレクションを返します。
Availability 有効性
Technology
language
The language to query. 問い合わせる言語。
true
if the language supports custom pronouns; otherwise, false
.
true
、もし言語があつらえの代名詞をサポートするならば;そうでなければ、false
。
If this value is false
for a given language, calling set
for that language throws an error.
この値がある与えられた言語に対してfalse
ならば、set
をその言語に対して呼び出すことはエラーをスローします。
static func requiredKeys (forLanguage : String) -> [PartialKeyPath<Morphology.CustomPronoun>]