DEV Community

Discussion on: How to localize texts in your client-side Blazor WebAssembly App?

Collapse
 
taalkathiri profile image
Tarik Alkathiri

Dear sir,
Thank you very much for this great solution.
If you please post a small example on how to use the api's with this solution will be very appreciated.
Again thank you very much for that.

Collapse
 
j_sakamoto profile image
jsakamoto

Is the sample code bellow helpful for you?

github.com/jsakamoto/Toolbelt.Blaz...

The sample code above describes how to retrieve the current language, and how to change the current language.

Collapse
 
taalkathiri profile image
Tarik Alkathiri • Edited

Thank you sooooo much for your reply
it is really helped me and works great with me
but when i use arabic character in the localization (I am using Json) the characters displayed as ��� ������.
Could you please help me in this.
I am sorry for asking too much but i am windows developer and completely new to Core 3 and Blazor Server-Side.