Browse Source

Update Localization.md

pull/19025/head
Sinan Öztürk 3 years ago
committed by GitHub
parent
commit
651c181416
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 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.
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