Support for ASP.NET MVC 2?

ASP.NET MVC 2 (and soon 3) isn't listed as a supported project type in the general description of Multi-Language. Is support for these project types forthcoming? How functional is the current version of ML with a MVC 2 project?

Thanks for your help!

Drew

Germany

I'm not aware of any particular problems, but I will try to do some testing with sample MVC projects.

If you are going to try it, download version 4.7x.0048 (or newer). The previous couple of versions had a stupid bug which probably made them unusable!

Phil


Thanks Phil!

I'm making progress slowly, a lot of this is completely new to me. My currently roadblock is that ML is trying to translate javascript inside a script tag?

Drew

Germany

Hi Drew,

the Add-In cannot localize javascript code and it ought not to scan it. Can you send me an example ASP file containing the javascript script tag?

I think it would be cool if the Add-In could localize javascript, but since it runs on the client, it would require some ajax style code to download a file containing the localized texts.

The Add-In in should be able to localize (server side) ASP code embedded in script tags. Maybe the scanner doesn't recognize it as Javascript code.

Phil

Thanks Phil,

I just emailed you a code sample and screenshot. For now I'd be happy if I could just figure out localizing the server-side code!

Drew

Germany

I have just uploaded a new version (4.7x.0049) with a minor fix for this problem.

Phil