# Update Localization Configuration

We only support the English language at this time. If you want to include other languages (or strings), you need to override the `strings.xml` file. It is possible to customize the text for each UI element within the SDK in this file.

**`strings.xml`**

```kotlin
<string name="sinch_sdk_toolbar_title">Sinch Chat</string>
<string name="sinch_sdk_text_input_hint">Type message here</string>
<string name="sinch_sdk_user_joined">%s joined the conversation</string>
<string name="sinch_sdk_user_left">%s left the conversation</string>
<string name="sinch_sdk_unread_messages">%s unread messages</string>
<string name="sinch_sdk_today">Today</string>
<string name="sinch_sdk_yesterday">Yesterday</string>
<string name="sinch_sdk_download_failed">Download failed - Tap to retry</string>
<string name="sinch_sdk_trying_to_download">Trying to download....</string>
<string name="sinch_sdk_internet_connected">Connected</string>
<string name="sinch_sdk_no_internet">No internet connection</string>
<string name="sinch_sdk_label_disabled_chat_messages">Sending messages is disabled</string>
<string name="sinch_sdk_dialog_title_error">Error</string>
<string name="sinch_sdk_dialog_maybe_later">MAYBE LATER</string>
<string name="sinch_sdk_dialog_close_title">CLOSE</string>
<string name="sinch_sdk_send_message_error">Message not sent. Please try again later!</string>
<string name="sinch_sdk_load_history_error">Conversation history loading failed. Please try again!</string>
<string name="sinch_chat_sdk_add_location">Add Location</string>
<string name="sinch_chat_sdk_add_picture">Camera</string>
<string name="sinch_chat_sdk_get_from_gallery">Gallery</string>
<string name="sinch_chat_sdk_my_location_button_title">My Location</string>
<string name="sinch_chat_sdk_my_location_label">View My Location</string>
<string name="sinch_chat_sdk_share_location_button_title">Share Location</string>
<string name="sinch_chat_sdk_share_location_disabled">Turn On Location Services to Allow this app to Determine Your Location</string>
<string name="sinch_chat_sdk_cancel">Cancel</string>
<string name="sinch_chat_sdk_voice_message_title">Voice Message</string>
<string name="sinch_chat_sdk_voice_message_tap_to_record">Hold to record, release to send</string>
<string name="sinch_chat_sdk_unsupported_message_type">Whoops! Sorry. We are not yet supporting this type of message...</string>
<string name="sinch_chat_sdkScroll_to_bottom">Scroll to bottom</string>
<string name="sinch_chat_sdk_status_sending">Sending...</string>
<string name="sinch_chat_sdk_status_sent">Sent</string>
<string name="resizable_text_read_less"></string>
<string name="resizable_text_read_more">... Read more</string>
<string name="sinch_chat_sdk_label_add_video">Add Video</string>
<string name="sinch_chat_sdk_inbox_media_message">You\'ve got a media message</string>
<string name="sinch_chat_sdk_inbox_carousel_message">You\'ve got a carousel message</string>
<string name="sinch_chat_sdk_inbox_choice_message">You\'ve got a choice message</string>
<string name="sinch_chat_sdk_inbox_card_message">You\'ve got a card message</string>
<string name="sinch_chat_sdk_inbox_location_message">You\'ve got a location message</string>
<string name="sinch_chat_sdk_inbox_voice_message">You\'ve got a voice message</string>
<string name="sinch_chat_sdk_yesterday">Yesterday</string>
<string name="sinch_chat_sdk_end_chat">END CHAT</string>
<string name="sinch_chat_sdk_pdf">PDF</string>
<string name="sinch_chat_sdk_communication_end">COMUNICATION END</string>
<string name="sinch_chat_sdk_end_chat_title">Do you want to end the chat?</string>
<string name="sinch_chat_sdk_end_chat_message">We will no longer be able to answer your messages or continue to help you with your issue. If you still need help with your issue please continue the conversation.</string>
<string name="sinch_chat_sdk_continue">Continue</string>
```