localization

Last post 06-11-2012, 1:04 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  06-09-2012, 5:46 AM 73856

    localization

    Is it possible to change the message when an file to upload is to large ?
    I would like to support more languages.
  •  06-11-2012, 1:04 PM 73870 in reply to 73856

    Re: localization

    Hi hvogels,
     
    Yes, you can set property "FileTooLargeMsg"  to custom the file too large message.
     
        protected override void OnLoad(EventArgs e)
        {
            uploader1.FileTooLargeMsg = "custom message";
            base.OnLoad(e);
        }
    Regards,
     
    Ken 
     
View as RSS news feed in XML