DEV Community

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

Collapse
 
j_sakamoto profile image
jsakamoto

I'm sorry too late.
You can add i18ntext service in your Program.cs.

Please see also "(If) Your project is Blazor WebAssembly v.3.2+, you should edit Program class to do this" section in Setp.4, the README document on the GitHub repository.