Esempio n. 1
0
 // special case: no fmt string arguments
 public static string FormatLocalizedWithPrefix(this string key, Gtk.Bin o)
 {
     return((o.GetType().Namespace + "." + key).FormatLocalized());
 }
Esempio n. 2
0
 public static string FormatLocalizedWithPrefix(this string key, Gtk.Bin o, params object[] args)
 {
     return((o.GetType().Namespace + "." + key).FormatLocalized(args));
 }