extract resources in aspx
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 %>' %>