internationalization-mvc4
internationalization-mvc4 copied to clipboard
i18n/Code52.i18n.language.js 404 (Not Found)
I follow your guide to create the project, but i found en error while running the project. The error message is: "GET http://localhost:7739/i18n/Code52.i18n.language.js 404 (Not Found) "
How to fix this problem?
I get the same error as well.
I use it in vs2010 and .net 4, it is OK now. It looks like some version of Software occur the problem, may be IIS Express, Vs2012 and so on, I don't know! (sorry for my bad English)
<add name="i18nScript" path="/i18n/Code52.i18n.language.js" verb="GET" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
under the handlers section seemed to fix this for me
Still now working for MVC 4 2012 IIS Express
Change it to <script type="text/javascript" src="@Url.Content("~/Language/Language")"></script>
and make sure you remove the bad Language files from /Resources that were created by the package. This now works in ASP.NET MVC5 as well.
Kfrancis ,could you can give me code52.i18n.mvc4 source for ASP.NET MVC5 for me my email [email protected] ... Thanks ..