I want to attach the asp.NET MVC localization multilingual switch button

Asked 1 years ago, Updated 1 years ago, 52 views

Environment ASP.NETMVC C#HTML CSS jquery 3.3.1 postgres4

https://qiita.com/yuu-eguci/items/40f171dff0f8c2cb4748
Based on the above article, I tried to install the multilingual switch button.
The ajax in javascript is no longer responsive and DB data is no longer available.

I was able to localize the description of html.
Browser localization with language switching was successful.

DB localization with language switching button is not working.
If anyone understands, please take good care of me.

javascript c# jquery postgresql asp.net

2022-09-30 16:38

1 Answers

javascript ajax stops responding

Start with / instead of page-facing URLs used by ajax
Try changing the URL from the beginning of the site.

Try pressing F12 in your browser to see what the AJAX communication is responding to.


2022-09-30 16:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.