Issue
I am using Abp boilerplate http://aspnetboilerplate.com/
I am not able to find any documentation related to client side translation.
I tried doing it in angular way, but as the language is saved in xml in abp boilerplate template, so not sure how to perform.
Any help is very appreciated, I wasted hell lot of time in googling :(
Solution
Use
abp.localization.localize('your_key', 'your_localize')
For further info see abp.js in the [Your_project_name].Web\Abp\Framework\scripts\abp.js
Usually, 'your_localize' is equals to [Your_project_name]
Answered By - Gianpiero
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.