jsakamoto / Toolbelt.Blazor.I18nText

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

Seperate Language files for each page #61

Open peterhym21 opened 1 year ago

peterhym21 commented 1 year ago

It it passibel to separate the language file so it matches up with the razor components fx

Languagetabel.Index.EN.json Languagetabel.Index.DK.json

Languagetabel.Userpage.EN.json Languagetabel.Userpage.DK.json

and then each page uses those Language-table that are made for them

and also have global language-tables for things that are not specific for that site

otherwise any best practices for setting up the language-table json file?