Languages
Opened this issue · 1 comments
Deleted user commented
Hi,
How can I make this app translate from language user types in to the language other user is using on mobile device or line?
Or if thats not possible how would I translate to more than one language?
kiyoaki commented
If your app know the other user's UserId, you can send to the user like this
https://github.com/kiyoaki/LineBot-Sample-for-DotNet/blob/master/LineTranslateBot/Functions.cs#L51
await client.PushMessage({UserId}, translated);
But MessagingAPI's Push API is Developer Trial or Pro plan only.