What we will learn?
How to detect default language in user’s device
What are the languages supported in Power Apps
How many ways to translate with pros and cons:
1) Using Microsoft Translation Service
Pros:
Easy to implement
Cons:
App rendering will be slow
This connector is limited to 150 calls per user per day.
The quality of the translation is not in your hand
2) Manual Translation - create a Language Dictonary in SharePoint and use it
Pros:
Translation will be fast
Easy to implement
Cons:
This connector is limited to 150 calls per user per day.
The quality of the translation is not in your hand