You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Settings page, there is an option to set Language. We need to show a pop-up dialog and show a Radio group with these 3 items:
English
Bengali
And 2 buttons: Cancel, OK.
If user select English and hit OK button, we have to store this data in our preference and set Locale('en'). In the same way it should work for Bengali. The default Locale is English.
The text was updated successfully, but these errors were encountered:
In Settings page, there is an option to set Language. We need to show a pop-up dialog and show a Radio group with these 3 items:
And 2 buttons:
Cancel
,OK
.If user select English and hit
OK
button, we have to store this data in our preference and setLocale('en')
. In the same way it should work for Bengali. The default Locale is English.The text was updated successfully, but these errors were encountered: