I need to read error message of validation controles (RequiredFeildValidator) from resource files in my App_LocalResource folder as my web app is multilingual....\[code\]<asp:RequiredFieldValidator ID="RequiredFieldValidator4" runat="server" ControlToValidate="ddlTicketType" ErrorMessage="Ticket type required." ForeColor="White" InitialValue="http://stackoverflow.com/questions/12615025/Select" SetFocusOnError="True" ValidationGroup="tkt" meta:resourcekey="RequiredFieldValidator4Resource1">*</asp:RequiredFieldValidator>\[/code\]and the key "RequiredFieldValidator4Resource1" is existed in resource file as some text...but it is not picking up the exact value, rather it is showing some unreadable content......Every other thing are working fine, like text in labels and in other controles like buttons, hyper links are coming correctly.....