ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
upgraded my project to 9.0.5.0 how to set language
Title:
B
I
{code}
?
I upgraded my project to 9.0.5.0 and changed the js settings in _Layout.cshtml. The language setting in awedict.zh-TW.js is not working. How should I set it? <!-- AwesomeMvc.js--> <script src="@Url.Content("~/lib/awe/js/AwesomeMvc.js")"></script> <script src="@Url.Content("~/lib/awe/js/awem.js")"></script> <script src="@Url.Content("~/lib/awe/js/aweUtils.js")"></script> @*<script src="@Url.Content("~/AwesomeMvc/utils.js")"></script>*@ @*<script src="@Url.Content("~/AwesomeMvc/aweui/aweui.js")"></script>*@ <script src="@Url.Content("~/lib/awe/js/awedict/awedict.zh-TW.js")"></script>
Save Changes
Cancel
RayBen
asked 22 days ago
Try this: https://www.aspnetawesome.com/learn/mvc/Localisation
22 days ago
Omu
Answers
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK