From da7b1528fe5cbe934bf3bb803247ea48347e86f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Mon, 21 May 2018 09:28:09 +0300 Subject: [PATCH] Minor document fix. --- docs/Localization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Localization.md b/docs/Localization.md index b7cb9e5ea4..5d1a856cac 100644 --- a/docs/Localization.md +++ b/docs/Localization.md @@ -4,14 +4,14 @@ ABP's localization system is seamlessly integrated to the `Microsoft.Extensions. ### Volo.Abp.Localization Package +> This package is already installed by default with the startup template. So, most of the time, you don't need to install it manually. + Volo.Abp.Localization is the core package of the localization system. Install it to your project using the package manager console (PMC): ``` Install-Package Volo.Abp.Localization ``` -> This package is already installed by default with the startup template. So, most of the time, you don't need to install it manually. - Then you can add **AbpLocalizationModule** dependency to your module: ```c#