Hi.
I did this for set 'fa-ir' for default language:
1: just add this line of code in PreInitialize method
Configuration.Localization.Languages.Add(new LanguageInfo("fa-IR", "Farsi", "famfamfam-flag-ir", true));
2: and this in seed data
new ApplicationLanguage(null, "fa-IR", "فارسی", "famfamfam-flag-ir"),
also read this topic "Configuring Default Language For Application" in forum. But noting work?! when user load page for first time default language is "en", and user have to click on link [http://something:6234/AbpLocalization/ChangeCulture?cultureName=fa-IR]) in order to change the language. and this is screenshot from coockies
3 Answer(s)
-
0
anybody?
-
0
Hi,
This problem should be solved with this issue <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1595">https://github.com/aspnetboilerplate/as ... ssues/1595</a>. Can you try it after the release of ABP v1.1 ?
Thank you.
-
0
I use "update-database", on the package manager console.
It seeds the database, and set the default language.