nerdexam
Microsoft

MS-600 · Question #179

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…

The correct answer is A. Uninstall and reinstall the app. E. Modify the app manifest. F. Add an XML resource (resx) file to the package for each language version. 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…

Extend Teams

Question

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.

Options

  • AUninstall and reinstall the app.
  • BFrom the Microsoft Teams admin center, add a custom app setup policy.
  • CFrom the Microsoft Teams admin center, modify the Ord-wide settings.
  • DAdd a JSON file to the package for each language version.
  • EModify the app manifest.
  • FAdd an XML resource (resx) file to the package for each language version.

How the community answered

(45 responses)
  • A
    78% (35)
  • B
    13% (6)
  • C
    7% (3)
  • D
    2% (1)

Explanation

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- https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/custom-page- localize#add-localized-resx-web-resource-files-to-your-solution

Topics

#Teams app localization#app manifest#language JSON files#Teams tabs

Community Discussion

No community discussion yet for this question.

Full MS-600 Practice