public ModernUITwitterApp.Translator.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, ModernUITwitterApp.Translator.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
 public ModernUITwitterApp.Translator.TranslateArray2Response[] TranslateArray2(string appId, string[] texts, string from, string to, ModernUITwitterApp.Translator.TranslateOptions options)
 {
     return(base.Channel.TranslateArray2(appId, texts, from, to, options));
 }
 public void AddTranslationArray(string appId, ModernUITwitterApp.Translator.Translation[] translations, string from, string to, ModernUITwitterApp.Translator.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }