As a convenience, the NlsMessageCatalog provides the
supportsLanguage:territory:characterSet: message to determine if a message catalog file supports a particular language, territory, and character set combination. This message answers a
Boolean value indicating whether or not the requested combination is supported. The following example demonstrates how to use the
supportsLanguage:territory:characterSet: protocol.
The messageIdentifiers message is useful for selecting an alternative set of localized messages if the
supportsLanguage:territory:characterSet: message indicates that no messages are available for the requested language, territory, and character set.