- ABP Framework version: v9.0.4
- UI Type: Angular and MAUI (Separate apps)
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): Not sure? Microservice template.
- Exception message and full stack trace: None. Issue is not an exception, feature does not work as described.
- Steps to reproduce the issue:
Angular:
- Create a microservice template solution with Angular and Localization.
- Note that, once running, the page title for angular is always "MyProjectName".
- Verify that environment.localization.defaultResourceName has a value in environment.ts.
- Attempt to set "AppName" in the Angular localization.
- See that this has no effect as getLocalization() can not resolve a defaultSourceName and will not point to ::AppName
See also: https://github.com/abpframework/abp/issues/22245
MAUI:
- Create a microservice template solution with MAUI and Localization.
- None of the text is localized.