Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App manifest 1.19 and devPreview October updates #11636

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: App Localization - Factors to Consider
description: Learn considerations for localizing your Microsoft Teams app, localize strings in your app manifest, and handle localized text submissions from your users.
ms.topic: conceptual
ms.localizationpriority: medium
ms.date: 05/15/2018
ms.date: 10/04/2024
---
# Localize your app

Expand Down Expand Up @@ -44,6 +44,8 @@ Add the `localizationInfo` property with the default language that your applicat
> [!NOTE]
> Manifest version must be same for both manifest.json and localization.json files.

Starting with app manifest v1.19, Copilot agents are also localizable. For more information, see [Localizing your agent](/microsoft-365-copilot/extensibility/agents-are-apps#localizing-your-agent) in Microsoft 365 Copilot extensibility documentation.

### Example manifest.json change

The following `manifest.json` helps to add the `localizationInfo` property with the default language that your application supports along with `additionalLanguages`:
Expand Down
Loading