Google translate API lib for DNX
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
namespace GoogleTranslateNET.Objects.SupportedLanguages
|
||||
{
|
||||
public class TranslationLanaguage
|
||||
{
|
||||
public string Language { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user