Localizing the UI

Introduction

This page shows you how to localize or customize strings in the SDK UI.

Strings in the Zendesk SDK are localized into 33 languages.

The strings contained in the SDK are only related to UI components. Any string that's part of the conversation screen is provided and/or translated by the Flow Builder, by an agent in the ticket, or by an integration.

Note: If you change the locale programmatically during the runtime of the application, the change won't be applied to the UI element. The UI element relies solely on the device locale. To change the UI element, you must restart the application to update the locale of the device itself.

List of localized strings

To change the default strings in your application, add replacements for the following strings. Make sure to include placeholders in the replacements of any strings that contain them.

<string name="zma_conversation_list_item_description_carousel">Sent a carousel</string>	<string name="zma_conversation_list_item_description_file">Sent a file</string>	<string name="zma_conversation_list_item_description_form">Sent a form</string>	<string name="zma_conversation_list_item_description_image">Sent an image</string>	<string name="zma_conversation_list_item_description_no_messages">No messages</string>	<string name="zma_conversation_list_item_description_sender_you">You: %1$s</string>	<string name="zma_conversation_list_item_timestamp_just_now">Just now</string>	<string name="zma_conversation_message_label_cant_be_displayed">Message can\'t be displayed</string>	<string name="zma_conversation_new_messages_divider">New</string>	<string name="zma_form_submission_error">Details couldn’t be sent. Try again.</string>	<string name="zma_image_loading_error">Unable to load the image</string>	<string name="zma_new_conversation_button">New conversation</string>	<string name="zma_new_conversation_error_alert">Couldn\'t create conversation. Try again later.</string>	<string name="zma_new_conversation_error_alert_dismiss_button">Ok</string>	<string name="zma_new_conversation_error_alert_message">Try again later.</string>	<string name="zma_new_conversation_error_alert_title">Couldn\'t create conversation</string>	<string name="zma_notification_channel_name">Messages</string>	<string name="zma_notification_default_text">Sent a message</string>	<string name="zma_permission_rationale">Message can\'t be displayed</string>	<string name="zuia_attachment_permissions_rationale">To send attachments you need to allow permissions in your settings</string>	<string name="zuia_carousel_action_not_supported">Option not supported</string>	<string name="zuia_conversation_header_logo">Brand logo</string>	<string name="zuia_conversation_message_label_just_now">Just now</string>	<string name="zuia_conversation_message_label_new">New</string>	<string name="zuia_conversation_message_label_sending">Sending&#8230;</string>	<string name="zuia_conversation_message_label_sent_absolute">Sent • %1$s</string>	<string name="zuia_conversation_message_label_sent_relative">Sent • Just now</string>	<string name="zuia_conversation_message_label_tap_to_retry">Tap to retry</string>	<string name="zuia_conversation_message_label_unsupported_item">Item can\'t be displayed</string>	<string name="zuia_conversations_list_tap_to_retry_message_label">Conversations failed to load</string>	<string name="zuia_dialog_camera">Camera</string>	<string name="zuia_dialog_gallery">Gallery</string>	<string name="zuia_exceeds_max_file_size">Exceeds max file size (%1$d MB)</string>	<string name="zuia_hint_type_message">Type a message</string>	<string name="zuia_label_add_attachments">Add attachments</string>	<string name="zuia_label_send_message">Send message</string>	<string name="zuia_new_message_label">1 new message</string>	<string name="zuia_new_messages_label">%1$d new messages</string>	<string name="zuia_new_messages_nighty_night_plus_label">99+ new messages</string>	<string name="zuia_postback_error_banner_message">%1$s could not be completed. Try again later.</string>	<string name="zuia_see_latest_label">See latest</string>	<string name="zuia_settings">Settings</string>