diff --git a/en/14.5.md b/en/14.5.md index 01d56a39..53dfee9e 100644 --- a/en/14.5.md +++ b/en/14.5.md @@ -92,7 +92,7 @@ In order to facilitate multi-language calls in the template package directly, we 3. Using language packages - We can call the controller to get the translated response in the desired language, like so:: + We can call the controller to get the translated response in the desired language, like so: func (this *MainController) Get() { this.Data["create"] = beego.Translation.Translate("create")