Base solution for your next web application
Open Closed

How can I get localized version of abp scripts #111


User avatar
0
smart_dev created

I use abp to build hybrid mobile app back-end service how can i get localized version of abp scripts by passing culture name in query sting like this

<a class="postlink" href="http://myhost/AbpScripts/GetScripts?Abp.Localization.CultureName=ar">http://myhost/AbpScripts/GetScripts?Abp ... ureName=ar</a>


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    Localization values and menu display names are localized here based on current language of the client (current language is determined by cookie which is set when you call <a class="postlink" href="http://myhost/AbpLocalization/ChangeCulture?cultureName=tr">http://myhost/AbpLocalization/ChangeCul ... ureName=tr</a>). It's a simple development to provide a way of getting this script based on provided culture. I'm adding a new issue for that: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/497">https://github.com/aspnetboilerplate/as ... issues/497</a>