Esempio n. 1
0
 //---------------------------------------------------------------------------------------------------------------
 public static string Localize(this string st, LocIDType locID, string p0)
 {
     st = st + locID.GetDesc();
     return(st.Localize(p0));
 }
Esempio n. 2
0
 //---------------------------------------------------------------------------------------------------------------
 public static string Localize(this string st, LocIDType locID)
 {
     st = st + locID.GetDesc();
     //
     return(st.Localize());
 }