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