AKSoftware.Localization.MultiLanguages is a package for .NET developers allows them to easily build apps target multiple languages with just few lines of code
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?
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?