Contents

customPronoun(forLanguage:)

Returns any custom pronoun behavior this morphology applies to the given language.

Declaration

func customPronoun(forLanguage language: String) -> Morphology.CustomPronoun?

Parameters

  • language:

    The language to query for any custom pronoun behavior.

Return Value

A Morphology.CustomPronoun behavior this morphology uses for the given language, or nil if the morphology doesn’t have a custom pronoun behavior set.

See Also

Accessing Per-Language Features