static func isSupported (forLanguage : String) -> Bool
Returns a Boolean value that indicates whether the given language supports setting custom pronouns.
与えられた言語があつらえの代名詞を設定することをサポートするどうかを指し示すブール値を返します。
Availability 有効性
Technology
static func requiredKeys(forLanguage language: String
) -> [PartialKeyPath
<Morphology
.CustomPronoun
>]
language
The language to create a custom pronoun for. それに対してあつらえの代名詞を作成する言語。
The keys required for the given language. 与えられた言語に対して必須とされるキーそれら。
If any of the required keys for a given language are unset, calling set
for that language with an incomplete Morphology
instance throws an error.
ある与えられた言語に対して必須キーのいずれかが設定されないならば、set
をその言語に対して不完全なMorphology
インスタンスで呼び出すことは、エラーをスローします。
static func isSupported (forLanguage : String) -> Bool