You have a Microsoft Teams app that has several tabs. All the content of the app is currently in English.
You need to localize the app in French and Italian for all users.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Consider the following factors to localize your Microsoft Teams app:
Localize your AppSource listing.
Localize strings in your app manifest.
Handle localized text submissions from your users.
All files added to your solution need to follow a specific format that includes {filename}.LanguageID.resx, where the language ID is the numeric value for that language. This format is necessary because the framework relies on the naming convention to identify which resource file should be used to associate the appropriate localized string to a label control.
https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/apps-localization
Currently there are no comments in this discussion, be the first to comment!