« Return to Thread: extract resources in aspx

extract resources in aspx

by davideveloper :: Rate this Message:

Reply to Author | View in Thread

HI

In MS.NET I can extract a resource string from the global resources using this statement '<%$ Resources:TestGlobal,ApplicationTitle %>' (an example is below, extracts the page title from global resources) but it seems not to work in Mono, does anyone know the correct syntax I must use for this to work in mono ?


<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Test.aspx.vb" Inherits="testclass" Title='<%$ Resources:TestGlobal,ApplicationTitle %>' %>

 « Return to Thread: extract resources in aspx