Plan and implement globalization and localization

You are developing an ASP.NET MVC application and you need to create satellite assemblies from resource files. What code should you use?

mage.exe /n: /embed:strings.de-DE.resources MyApp.de-DE.resources.dll
WinRes.exe /t: embed:strings.de-DE.resources /culture:de-DE
Lc.exe strings.de-DE.resources MyApp.de-DE.resources.dll
al.exe /t:lib /embed:strings.de-DE.resources /culture:de-DE /out:MyApp.de-DE.resources.dll