using SteamWare; using System; public partial class mod_unauthorized : System.Web.UI.UserControl { /// /// wrapper traduzione /// /// /// public string traduci(object lemma) { return user_std.UtSn.Traduci(lemma.ToString()); } protected void Page_Load(object sender, EventArgs e) { lblTitle.Text = traduci("PageUnavailable"); lblMess.Text = traduci("userNotAuthorized"); lblSupport.Text = string.Format("{1}", memLayer.ML.CRS("appAdminEmail"),traduci("RichiestaSupporto")); } }