diff --git a/docs/en/solution-templates/microservice/localization-system.md b/docs/en/solution-templates/microservice/localization-system.md index ffe6835f259..a350de68487 100644 --- a/docs/en/solution-templates/microservice/localization-system.md +++ b/docs/en/solution-templates/microservice/localization-system.md @@ -128,9 +128,11 @@ export class AppModule {} After defining the localization entries, it can be used as below: +{%{ ```html
{{ 'MyProjectName::LongWelcomePage' | abpLocalization }}
``` +}%} > For more information, please refer to [UI Localization section of the Angular Localization document](../../framework/ui/angular/localization.md).