How to get multi langauge suppport

Hello , I want to know how to support multiple langauges for my streamlit application as shown in the figure below, Is it possible to get same button format as shown in picture. Thnaks

Hey @Anilkumar,

Thanks for sharing your question!

In terms of built-in features, unfortunately this is not something thatโ€™s currently supported natively by the Streamlit library. We do have an open GitHub Issue for this feature request here โ€“ if youโ€™d like our team to prioritize this request, please upvote it.

That said, you may be able to achieve this functionality without having it built-in. There are quite a few custom components that community members have built to achieve the menu functionality youโ€™re looking for โ€“ Iโ€™d recommend checking out the components explorer here and playing around with some of those options.