Localization not working when deploying project to iis or linux
Is there an existing issue for this?
- [X] I have searched the existing issues
Description
my config:
private void ConfigureLocalization()
{
Configure<AbpLocalizationOptions>(options =>
{
options.Languages.Add(new LanguageInfo("vi", "vi", "Vietnamese"));
options.Languages.Add(new LanguageInfo("en", "en", "English"));
});
}
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
6.0.0.0
User Interface
Angular
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
No response
hi
You can publish your app to a local folder and test it again.
I've added this code to ConfigureVirtualFileSystem:
Configure<AbpVirtualFileSystemOptions>(options =>
{
options.FileSets.ReplaceEmbeddedByPhysical<WebMasterDomainSharedModule>(hostingEnvironment.ContentRootPath);
});
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.