Contents

localizedName(forInputSource:)

Returns the display name for the given text input source identifier.

Declaration

class func localizedName(forInputSource inputSourceIdentifier: NSTextInputSourceIdentifier) -> String?

Parameters

  • inputSourceIdentifier:

    The text input source identifier.

Return Value

The localized display name for inputSourceIdentifier.

See Also

Handling Input Sources