Esempio n. 1
0
 /// <summary>
 ///     Selects the correct string and interpolates the specified arguments.</summary>
 /// <param name="lang">
 ///     Current translation’s language. Its number system will be used to interpolate the translation.</param>
 /// <param name="args">
 ///     Arguments to be interpolated into the translation.</param>
 public string Fmt(Language lang, params object[] args)
 {
     return Fmt(lang.GetNumberSystem(), args);
 }