Cannot load localization file
Posted: Tue Dec 19, 2017 11:56 am
My localization files are not being loaded as an option or even the default language on my viewer and designer.
This is my Localization property on both my viewer and designer cshtml files:
The file is on the correct path, as I can access the file if I enter the full url to the localization file:
I also noticed that the LocalizationList property is gone, so how do I add multiple languages now?
Im using Stimulsoft.Reports.Web.NetCore version 2018.1.3.
This is my Localization property on both my viewer and designer cshtml files:
Code: Select all
Localization = WebHost + "/stimul/localization/pt-BR.xml",
I also noticed that the LocalizationList property is gone, so how do I add multiple languages now?
Im using Stimulsoft.Reports.Web.NetCore version 2018.1.3.