Browse Source

Merge pull request #19036 from abpframework/auto-merge/rel-8-1/2502

Merge branch dev with rel-8.1
pull/19039/head
maliming 2 years ago
committed by GitHub
parent
commit
fa74bf7831
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/UI/Angular/Localization.md

2
docs/en/UI/Angular/Localization.md

@ -113,7 +113,7 @@ this.localizationService.get({
## UI Localizations
Localizations can be determined on backend side. Angular UI gets the localizations from the `application-configuration` API's response. You can also determine localizations on the UI side.
Localizations can be determined on backend side. Angular UI gets the localization resources from the `application-localization` API's response and merges these resources with `configuration state` in [`ConfigStateService`](Config-State-Service.md). You can also determine localizations on the UI side.
See an example:

Loading…
Cancel
Save