HTML: Controller WEB: public class ResourcesController : Controller { // GET: Admin/Resources [OutputCache(CacheProfile = "CacheLang")] public JavaScriptResult Index(string lang) { var culture = new CultureInfo(lang); // return null; return HtmlHepper.JavascriptResources(Resources.Language.ResourceManager, "Lang", culture); } } Use in web: Lang.System_Error
Subscribe to:
Post Comments (Atom)
No comments:
Write comments