aksoftware98 / multilanguages

AKSoftware.Localization.MultiLanguages is a package for .NET developers allows them to easily build apps target multiple languages with just few lines of code
MIT License
85 stars 15 forks source link

Change the language for the whole application #27

Closed mahfuzmr closed 2 years ago

mahfuzmr commented 2 years ago

Hi, Thanks for sharing your repository. I have implemented it and working on any specific page where we use the @inject ILanguageContainerService languageContainer

I was wondering How can we make this languageContainer global so that if we change it once and the whole application will work accordingly?