示例#1
0
 public MCEBuddy.GenLocalised.TranslateService.GetTranslationsResponse[] GetTranslationsArray(string appId, string[] texts, string from, string to, int maxTranslations, MCEBuddy.GenLocalised.TranslateService.TranslateOptions options)
 {
     return(base.Channel.GetTranslationsArray(appId, texts, from, to, maxTranslations, options));
 }
示例#2
0
 public MCEBuddy.GenLocalised.TranslateService.TranslateArrayResponse[] TranslateArray(string appId, string[] texts, string from, string to, MCEBuddy.GenLocalised.TranslateService.TranslateOptions options)
 {
     return(base.Channel.TranslateArray(appId, texts, from, to, options));
 }
示例#3
0
 public void AddTranslationArray(string appId, MCEBuddy.GenLocalised.TranslateService.Translation[] translations, string from, string to, MCEBuddy.GenLocalised.TranslateService.TranslateOptions options)
 {
     base.Channel.AddTranslationArray(appId, translations, from, to, options);
 }