From 48d14d56f3dc3dd6fafe2e400ac8a33500f43f8c Mon Sep 17 00:00:00 2001 From: Lucas Hahne <63300977+LucasHahne@users.noreply.github.com> Date: Thu, 5 Mar 2026 14:59:21 +0100 Subject: [PATCH] Revise multi-language app component creation steps Updated instructions for creating a translation component in multi-language apps, including changes to navigation and component library steps. --- .../maker/canvas-apps/multi-language-apps.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/powerapps-docs/maker/canvas-apps/multi-language-apps.md b/powerapps-docs/maker/canvas-apps/multi-language-apps.md index 570ae2b912..ea54154877 100644 --- a/powerapps-docs/maker/canvas-apps/multi-language-apps.md +++ b/powerapps-docs/maker/canvas-apps/multi-language-apps.md @@ -19,22 +19,15 @@ contributors: In this article, you'll learn how to create a multi-language app with localized experience. With this method, you can use canvas app components and make translations available in an app using a uniform formula syntax. -> [!IMPORTANT] -> The method described in this article use components for canvas apps which is in public preview. For more information, see [Create a component for canvas apps](create-component.md) - ## Create a translation component When working with a multi-language app, the first step is to create a reusable component for translation. In this component, you'll store a table that acts as the dictionary of all translations you'll need. An output property will be used to provide output strings from this dictionary table based on the language of the user running the app that uses this component. 1. Sign in to [Power Apps](https://make.powerapps.com). -1. On the left pane, select **Apps**. - -1. Under **Apps**, select **Component libraries (preview)**. - - ![Select Component libraries (preview).](media/multi-language-apps/apps-component-libraries.png "Select Component libraries (preview)") +1. Go into your App and find the component action next to the screens. -1. Select **+ New component library (preview)**. +image 1. Enter a name, such as "Translation components", and select **Create** to open the component in Power Apps Studio.