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
I'm having trouble setting or changing the language. I checked everything in your guide, and it's fine. And iOS still works fine.
But for Android, nothing happens without any error or exception.
I run your example code, it's the same
If I put the setLanguage function after the init function, it throws an exception the first time I run the app like this screenshot and the floating button is not visible
And if I wrap the setLanguage function with unawaited or put it after showLauncher, it throws the same exception and shows the float button in English language
Hi @lesonlhld ,
We have evaluated the same instances you've provided in the sample above. However, it is working fine from our side. To resolve this issue, please write us at (support@zohosalesiq.com). We will be happy to help you.
Hi team,
I'm having trouble setting or changing the language. I checked everything in your guide, and it's fine. And iOS still works fine.
But for Android, nothing happens without any error or exception.
I run your example code, it's the same
If I put the
setLanguage
function after theinit
function, it throws an exception the first time I run the app like this screenshot and the floating button is not visibleAnd if I wrap the
setLanguage
function withunawaited
or put it aftershowLauncher
, it throws the same exception and shows the float button in English languageOr if I remove the
setLanguage
function in theinit
function and put it in the Button widget,setLanguage
also does not work with asynchronous or notHere is the example code
I think it can be the same issue #6
Please help me check this problem.
Thank you!
Son.
The text was updated successfully, but these errors were encountered: