jsakamoto / Toolbelt.Blazor.I18nText

The class library that provides the ability to localize texts on your Blazor app!
Mozilla Public License 2.0
247 stars 24 forks source link

problem with wasm app #43

Closed be-swarm closed 3 years ago

be-swarm commented 3 years ago

I have a blazor component library who uses I18nText. When this lib is used wiht a blazor server app, all is ok. But when this lib is used with a blazor webassembly project, text are not localized. App show variable name instead localized text. I forgot something ? Thanks

be-swarm commented 3 years ago

I works with preview 2