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
@jsakamoto
This : MyText = await I18nText.GetTextTableAsync<I18nText.text>(this);
Does not work in a file that does not heritate from ComponentBase so is there a way to make it work ?
I tried to replace this with null but it displays no data...
The text was updated successfully, but these errors were encountered:
Methraen
changed the title
How to use it in a file that does not heritate from ComponentBase
How to use I18nText in a file that does not heritate from ComponentBase
Jan 14, 2020
@jsakamoto
This :
MyText = await I18nText.GetTextTableAsync<I18nText.text>(this);
Does not work in a file that does not heritate from
ComponentBase
so is there a way to make it work ?I tried to replace
this
withnull
but it displays no data...The text was updated successfully, but these errors were encountered: