Activities of "rsoulard"

We would prefer not to hard code the title without the use of localization. So we will try using the abp-page tag.

What is the value of ResourceName? The name of the application? We have tried a few different values and none seem to work. The code seems to imply that it looks defaultResourceName but that is always null as I have stated in the GitHub issue.

Unable to reproduce this one. Localization seems working as expected.

Would you send us the solution so we can attempt to discern any missing pieces? We are still unable to get it working.

  • 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:
  1. Create a microservice template solution with Angular and Localization.
  2. Note that, once running, the page title for angular is always "MyProjectName".
  3. Verify that environment.localization.defaultResourceName has a value in environment.ts.
  4. Attempt to set "AppName" in the Angular localization.
  5. 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:

  1. Create a microservice template solution with MAUI and Localization.
  2. None of the text is localized.
Showing 1 to 2 of 2 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 18, 2025, 07:10