Base solution for your next web application

Activities of "Ricavir"

Ok, the problem is linked with default language. I try to select German as default language. In that configuration, JTable footer translations are... English. And when switching to French language (that is not the default language anymore), JTable footer translations are French as it has to be.

By debugging this issue, I noticed that JTable labels were not translated to french (the ones in table footer like "go to page" and "row count"). Starting from that, I had a look to the browser console as you advice and noticed that a 404 error was thrown for file jquery.jtable.en.js. So, I copy/paste jquery.jtable.fr.js and renamed it to jquery.jtable.en.js

I put back into the code line "app.ConfigureRequestLocalization();" in Startup.cs

Now, switching languages works again, great !

But, on JTable footers I have french translations when English language is selected (because of my previous copy/paste from french) and English translations when French is selected => and that is really stranged to me.

Do you have any hint to fix that ?

Hi,

Tks for support. This solution is not working : login page is well displayed but after login into application, the page is blocked with loading animation. This problem occurs when culture is added to "fr" (eg : "fr-FR"). I tried to change abp settings to fr-FR,my XML language file to fr-FR and also update languageList table with fr-FR > still same issue. I had to came back to previous change (therefore, the application is working in French but still not possible to switch to any other language in login page or app page)

Hi,

I've purchased my first template yesterday. I'm trying to add french language. I had the same problems described in previous posts. Adding "fr-FR" is not working at all. I was blocked on loading page after login process. So I changed "fr-FR"translations to "fr" only. With that changes, French labels were displayed in application but not on login page by default.

Therefore, I've tested the workaround mentioned previously (from github) by adding some code on startup to get user id and default language.

Now, French is working on login page AND on application... but I'm not able to switch languages anymore. When I try to select English language, the page is reloaded in french language. Same with all other languages. It's like application is always fowling back to the default language.

Do you have a solution ?

Showing 311 to 314 of 314 entries