Is it possible to localize the text about leaving and creating a room?

We believe that being able to localize these texts is better for the user experience. Is it possible to localize the invite and leave text when a room is created?

Hello @Yeonho_Jung

Welcome to the Sendbird community!

Yes, it is possible to localize the invite and leave text when a room is created using Sendbird UIKit for React Native. Sendbird UIKit provides localization support for various languages and allows you to customize the text displayed in the UI components. You can use the localization feature provided by Sendbird UIKit to translate the invite and leave text into different languages based on the user’s preference.

Let me know if this helps in clarifying a few things here.

From my analysis, this is classified as an admin message and processed. I want to localize these things.

I’m currently using @sendbird/uikit-react-native’s createBaseStringSet to localize it. But I don’t know what elements inside can localize the leaving message (OOO left.), the channel is created message (The channel is created.), and the invited message (OOO and OOO joined.). can i know about this?