Default Localizations
These are the English localization files that ship with the PowerPortalsPro NuGet packages. They define the default values for every key the framework references at runtime — buttons, dialogs, grid chrome, error messages — so a new app picks up sensible English text out of the box. Override any of these keys in your own app.en.json (or culture-specific variants like app.fr.json) and the loader will prefer your value over the default. Each file is mirrored live from its source project on every build of this site, so the contents below always match the version of the package you're consuming.
ppp-server.defaults.en.json
Ships in PowerPortalsPro.Web.Server. Defines the cross-cutting app.* strings used by the framework's server-rendered chrome and shared services — page titles, button labels, validation messages, confirmation dialogs, and the like.
ppp-fluent-ui-blazor.defaults.en.json
Ships in PowerPortalsPro.Web.Blazor.FluentUI. Defines the app.components.* strings used by the FluentUI Blazor component library — dialog titles, grid paging text, empty-state messages, and other component-level UI text.
