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="zuia_accessibility_connection_banner_retry_button">Retry connection button</string>
<string name="zuia_accessibility_loading_label">Loading</string>
<string name="zuia_back_button_accessibility_label">Go back</string>
<string name="zuia_connection_banner_label_connected">Connected</string>
<string name="zuia_connection_banner_label_disconnected">Offline. You won\'t receive messages.</string>
<string name="zuia_connection_banner_label_reconnected">You\'re back online</string>
<string name="zuia_connection_banner_label_reconnecting">Reconnecting…</string>
<string name="zuia_connection_refresh_button_accessibility_label">Tap to refresh</string>
<string name="zuia_conversation_header_logo">Brand logo</string>
<string name="zuia_conversation_list_item_unread_indicator_maximum">99+</string>
<string name="zuia_dialog_camera">Camera</string>
<string name="zuia_dialog_gallery">Gallery</string>
<string name="zuia_dialog_take_a_photo">Take a photo</string>
<string name="zuia_dialog_upload_a_file">Upload a file</string>
<string name="zuia_form_dropdown_menu_accessibility_label">Show dropdown menu for %1$s</string>
<string name="zuia_form_field_counter_label">%1$d of %2$d</string>
<string name="zuia_form_field_invalid_email_error">Enter a valid email address</string>
<string name="zuia_form_field_max_character_error">Enter %1$d characters or less</string>
<string name="zuia_form_field_min_character_error">Enter %1$d characters or more</string>
<string name="zuia_form_field_required_accessibility_label">%1$s (Required)</string>
<string name="zuia_form_field_required_label">This field is required</string>
<string name="zuia_form_next_button">Next</string>
<string name="zuia_form_send_button">Send</string>
<string name="zuia_form_submission_error">Details couldn\'t be sent. Try again.</string>
<string name="zuia_hint_type_message">Type a message</string>
<string name="zuia_image_thumbnail_accessibility_action_label">Open image in full screen</string>
<string name="zuia_image_thumbnail_accessibility_label">Image thumbnail</string>
<string name="zuia_label_add_attachments">Add attachments</string>
<string name="zuia_label_send_message">Send message</string>
<string name="zuia_load_more_messages_failed_to_load">Messages failed to load</string>
<string name="zuia_new_content_change_accessibility_label">%1$s replied</string>
<string name="zuia_no_matches_found_label">No matches found</string>
<string name="zuia_offline_banner_accessibility_label">Tap to refresh button</string>
<string name="zuia_option_not_supported">Option not supported</string>
<string name="zuia_quick_reply_button_accessibility_label">Quick reply button</string>
<string name="zuia_send_button_accessibility_label">Send message</string>