---
title: Connector messages object
description: The Connector Messages interface sets the message catalog for each connector, and enables localization of messages. The interface has one method (format()), which formats a given message key in the current locale.
component: openicf
page_id: openicf:connector-dev-guide:message-catalog
canonical_url: https://docs.pingidentity.com/openicf/connector-dev-guide/message-catalog.html
---

# Connector messages object

The Connector Messages interface sets the message catalog for each connector, and enables localization of messages. The interface has one method (`format()`), which formats a given message key in the current locale.

For more information, refer to the corresponding [Javadoc](../_attachments/apidocs/org/identityconnectors/framework/common/objects/ConnectorMessages.html).
