예제 #1
0
 /// <summary>
 /// Gets the languages that a specific movie is translated into.
 /// </summary>
 /// <returns></returns>
 public async Task <SpokenLanguage> TranslationsAsync()
 {
     return(await TheMovieDb.GetMovieTranslationsAsync(Id));
 }