コード例 #1
0
 /// <summary>Translates the <see cref="UserControl"/>'s elements.</summary>
 protected void Translate()
 {
     Translator.Translate(this, GitCommands.AppSettings.CurrentTranslation);
     translated = true;
 }
コード例 #2
0
 /// <summary>Translates the <see cref="Form"/>'s fields and properties, including child controls.</summary>
 protected void Translate()
 {
     Translator.Translate(this, AppSettings.CurrentTranslation);
     _translated = true;
 }
コード例 #3
0
 // public only because of FormTranslate
 public Strings()
 {
     Translator.Translate(this, AppSettings.CurrentTranslation);
 }
コード例 #4
0
 protected void Translate()
 {
     // Description for old plugin setting processing as key
     Description = Name;
     Translator.Translate(this, AppSettings.CurrentTranslation);
 }