cometchat-go / xamarin-forms-chat-sdk-demo

CometChat Demo App for Xamarin Forms
6 stars 4 forks source link

Setup language in xamarin.forms #24

Open prakash-malodiya opened 5 years ago

prakash-malodiya commented 5 years ago

I am using cometchat in my xamarin.forms project. I want to change comet chat language when my application is started. I had already used your SetLanguage("en") method of CometChat class but not working.

vikrantwadate commented 5 years ago

Hello,

You can log in to your CometChat admin panel and simply change the language from the localize section there.

You can follow the steps below :

1) Log in to https://secure.cometchat.com/ 2) Click on Manage button. Your CometChat dashboard will be opened. 3) Under the CUSTOMIZE & INSTALL section, click on Localize button. 4) On the right-hand side, you can see the available languages, you need to add the language you want to set for your app and then it will be added to your Languages section. 5) Set the language as default language by clicking the star symbol. 6) Once you set the default language, it will take some time to reflect the same in your app. Please wait for some time and kill and relaunch the app to see the application in the desired language.

Please feel free to write in, if you are still facing issues.

Thanks.