{"id":2640,"date":"2023-05-31T09:00:20","date_gmt":"2023-05-31T16:00:20","guid":{"rendered":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/"},"modified":"2025-06-30T06:03:55","modified_gmt":"2025-06-30T13:03:55","slug":"make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution","status":"publish","type":"copilot","link":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/","title":{"rendered":"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution"},"content":{"rendered":"\n<p>Today, Power Virtual Agents supports <a href=\"https:\/\/learn.microsoft.com\/en-us\/power-virtual-agents\/authoring-language-support\">23 languages<\/a>, including previews, with one language per chatbot. Customers appreciate the ease of creating Power Virtual Agents chatbots in different languages and customizing them to address various markets, but they often raise these questions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>How can I use Power Virtual Agents in a language that\u2019s not part of the 23 supported languages?<\/li>\n\n\n\n<li>Can I create a single Power Virtual Agents chatbot that responds to different languages instead of creating a separate bot for each language?<\/li>\n<\/ul>\n\n\n\n<p>While support for <a href=\"https:\/\/portal.productboard.com\/fdeco3ykgkwvchtg4qbdowug\/c\/9-single-bot-multi-language-support\" target=\"_blank\" rel=\"noopener\">single-bot multi-language is work in progress<\/a>, there are also scenarios where a real-time translation layer can benefit chatbot makers and end-users, so that a single bot can be customized once, in one language, and automated translations are provided for all the messages between the user and the bot, allowing to deploy to more markets quickly, while reducing the implementation effort.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-the-translator-bot-sample-solution-for-power-virtual-agents\">What is the Translator Bot sample solution for Power Virtual Agents?<\/h2>\n\n\n\n<p>The <a href=\"https:\/\/aka.ms\/PVASamples\/MultilingualBot\" target=\"_blank\" rel=\"noopener\">Translation Bot solution<\/a> is a code sample that our customers can re-use and adapt to their needs. It showcases how to add a real-time translation layer by creating a relay bot on the Azure Bot Service as well as a connection to the Azure Cognitive Services Translator. It communicates with Power Virtual Agents using the Direct Line API.<\/p>\n\n\n\n<p>The solution lets chatbot makers configure language recognition at every turn, allowing to translate various languages that customers input into the same Power Virtual Agents chatbot. Additionally, chatbot makers can customize <a href=\"https:\/\/learn.microsoft.com\/azure\/cognitive-services\/translator\/custom-translator\/concepts\/dictionaries\" target=\"_blank\" rel=\"noopener\">dictionaries<\/a> to offer specific translations for user queries \u2013 for example for specific industry terms.<\/p>\n\n\n\n<p>The Translation Bot sample solution also supports adaptive cards, Power Automate cloud flows, the Dynamics 365 Omnichannel for Customer Service chat widgets and the Dynamics 365 Omnichannel Voice channel.<\/p>\n\n\n\n<p>In the below example, the Power Virtual Agents chatbot recognizes the initial language used by the user&nbsp;\u2013 in this case, Spanish \u2013 and responds in the user language. When the user starts using English, the chatbot answers in English.<\/p>\n\n\n\n<figure class=\"wp-block-image has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1172\" height=\"822\" src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2023\/05\/multilingual-bot.gif\" alt=\"workflow gif\" class=\"wp-image-2659\" style=\"border-radius:0px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"frequently-asked-questions\">Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-does-the-translator-bot-work-and-what-components-do-i-need-to-set-this-up\">How does the Translator Bot work, and what components do I need to set this up?<\/h3>\n\n\n\n<p>Here&#8217;s an overview of how the solution works. You will need an <a href=\"https:\/\/learn.microsoft.com\/azure\/bot-service\/index-bf-sdk?view=azure-bot-service-4.0\" target=\"_blank\" rel=\"noopener\">Azure Service Bot<\/a>, <a href=\"https:\/\/learn.microsoft.com\/azure\/cognitive-services\/translator\/\" target=\"_blank\" rel=\"noopener\">Azure Cognitive Services Translator<\/a>, and a Power Virtual Agents chatbot:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The user sends a message in their desired language.<\/li>\n\n\n\n<li>The middleware inside the Azure Bot Service intercepts the message, translates it, and sends it to the Power Virtual Agents bot.<\/li>\n\n\n\n<li>The Power Virtual Agents bot triggers a topic based on the message received from the user.<\/li>\n\n\n\n<li>The Power Virtual Agents bot&#8217;s response is sent back to the user.<\/li>\n\n\n\n<li>The middleware intercepts and translates the message according to the user&#8217;s language.<\/li>\n\n\n\n<li>The user receives the translated message from the Power Virtual Agents bot.<\/li>\n<\/ol>\n\n\n<figure class=\"wp-block-image has-custom-border\"><img decoding=\"async\" src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2023\/04\/tb2.webp\" alt=\"Translation screenshot\" class=\"wp-image-2642 webp-format\" style=\"border-radius:0px\" data-orig-src=\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2023\/04\/tb2.webp\"><\/figure>\n\n\n\n<p>You can choose to detect the language at every turn or to set it at the beginning of the conversation.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-are-the-languages-supported-by-the-translator-bot\">What are the languages supported by the Translator Bot?<\/h3>\n\n\n\n<p>This solution supports all languages available through Azure Cognitive Services Translator: <a href=\"https:\/\/learn.microsoft.com\/azure\/cognitive-services\/translator\/language-support\" target=\"_blank\" rel=\"noopener\">Language support &#8211; Translator &#8211; Azure Cognitive Services<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-the-cost-of-using-the-translator-bot-solution\">What is the cost of using the Translator Bot solution?<\/h3>\n\n\n\n<p>In addition to&nbsp;<a href=\"https:\/\/powervirtualagents.microsoft.com\/pricing\/\" target=\"_blank\" rel=\"noopener\">Power Virtual Agents pricing<\/a>, the additional required Azure components would be billed on an Azure subscription. While most Azure services have a free tier to get started, billing is based on usage and on the selected tier. See&nbsp;<a href=\"https:\/\/azure.microsoft.com\/pricing\/details\/cognitive-services\/translator\/\" target=\"_blank\" rel=\"noopener\">pricing for the Translator Service<\/a> and&nbsp;&nbsp;<a href=\"https:\/\/azure.microsoft.com\/pricing\/details\/app-service\/windows\/\" target=\"_blank\" rel=\"noopener\">App Service pricing<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-can-i-deploy-the-translator-bot-solution-in-my-tenant\">How can I deploy the Translator Bot solution in my tenant?<\/h3>\n\n\n\n<p>Setting up the Translation Bot should be straightforward once the required Azure resources are provisioned. The step-by-step for this is detailed here:&nbsp;<a href=\"https:\/\/github.com\/microsoft\/PowerVirtualAgentsSamples\/tree\/master\/MultilingualBotSample#readme\" target=\"_blank\" rel=\"noopener\">PowerVirtualAgentsSamples\/MultilingualBotSample at master \u00b7 microsoft\/PowerVirtualAgentsSamples \u00b7 GitHub<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"how-is-the-translation-bot-supported-by-microsoft\">How is the Translation Bot supported by Microsoft?<\/h3>\n\n\n\n<p>Although the underlying features and components used to build the Translation Bot are fully supported, the code itself represents a sample implementation of these features.<\/p>\n\n\n\n<p>Our customers and community can use and customize these features to meet their requirements. Any issue with the&nbsp;Translation Bot sample solution should be raised on the Power Virtual Agents Samples&nbsp;<a href=\"https:\/\/aka.ms\/PVASamples\/\" target=\"_blank\" rel=\"noopener\">GitHub repository<\/a> and not through Microsoft Support.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today PVA bot makers will hit a limitation if they want to use a language outside the supported languages, or if they want to use the same bot to respond to user queries in multiple languages. To solve this, we have put together the Translation bot solution to handle unsupported languages in PVA and also make the same PVA bot respond to queries in different languages, so you don&#8217;t have to maintain a bot for each language.<\/p>\n","protected":false},"author":45,"featured_media":1919,"template":"","cs-content-type":[933],"cs-topic":[940],"coauthors":[675],"class_list":["post-2640","copilot","type-copilot","status-publish","has-post-thumbnail","hentry","cs-content-type-tips-and-guides","cs-topic-agentic-ai"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution | Microsoft Copilot Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution | Microsoft Copilot Blog\" \/>\n<meta property=\"og:description\" content=\"Today PVA bot makers will hit a limitation if they want to use a language outside the supported languages, or if they want to use the same bot to respond to user queries in multiple languages. To solve this, we have put together the Translation bot solution to handle unsupported languages in PVA and also make the same PVA bot respond to queries in different languages, so you don&#039;t have to maintain a bot for each language.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Copilot Blog\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-30T13:03:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"534\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Abhi Rathinavelu\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/\"},\"author\":[{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/author\/abhi-rathinavelu\/\",\"@type\":\"Person\",\"@name\":\"Abhi Rathinavelu\"}],\"headline\":\"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution\",\"datePublished\":\"2023-05-31T16:00:20+00:00\",\"dateModified\":\"2025-06-30T13:03:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/\"},\"wordCount\":692,\"publisher\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.webp\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/\",\"name\":\"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution | Microsoft Copilot Blog\",\"isPartOf\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.webp\",\"datePublished\":\"2023-05-31T16:00:20+00:00\",\"dateModified\":\"2025-06-30T13:03:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#primaryimage\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.webp\",\"contentUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.webp\",\"width\":1024,\"height\":534,\"caption\":\"Placeholder\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Copilot Studio\",\"item\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#website\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/\",\"name\":\"Microsoft Copilot Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#organization\",\"name\":\"Microsoft Copilot Blog\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2024\/05\/cropped-microsoft_logo_element.webp\",\"contentUrl\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2024\/05\/cropped-microsoft_logo_element.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Copilot Blog\"},\"image\":{\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#\/schema\/person\/b57f85c909ef777b96539254198d222a\",\"name\":\"Abhi Rathinavelu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/122e6e6826019135f77f40dd2312bbfec6cdd84e1cbff8076229810b1fdcb9a1?s=96&d=microsoft&r=g0532351c1231ec36559d13082725ba2a\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/122e6e6826019135f77f40dd2312bbfec6cdd84e1cbff8076229810b1fdcb9a1?s=96&d=microsoft&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/122e6e6826019135f77f40dd2312bbfec6cdd84e1cbff8076229810b1fdcb9a1?s=96&d=microsoft&r=g\",\"caption\":\"Abhi Rathinavelu\"},\"url\":\"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/author\/athinesh\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution | Microsoft Copilot Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/","og_locale":"en_US","og_type":"article","og_title":"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution | Microsoft Copilot Blog","og_description":"Today PVA bot makers will hit a limitation if they want to use a language outside the supported languages, or if they want to use the same bot to respond to user queries in multiple languages. To solve this, we have put together the Translation bot solution to handle unsupported languages in PVA and also make the same PVA bot respond to queries in different languages, so you don't have to maintain a bot for each language.","og_url":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/","og_site_name":"Microsoft Copilot Blog","article_modified_time":"2025-06-30T13:03:55+00:00","og_image":[{"width":1024,"height":534,"url":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes","Written by":"Abhi Rathinavelu"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#article","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/"},"author":[{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/author\/abhi-rathinavelu\/","@type":"Person","@name":"Abhi Rathinavelu"}],"headline":"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution","datePublished":"2023-05-31T16:00:20+00:00","dateModified":"2025-06-30T13:03:55+00:00","mainEntityOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/"},"wordCount":692,"publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#organization"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#primaryimage"},"thumbnailUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.webp","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/","name":"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution | Microsoft Copilot Blog","isPartOf":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#primaryimage"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#primaryimage"},"thumbnailUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.webp","datePublished":"2023-05-31T16:00:20+00:00","dateModified":"2025-06-30T13:03:55+00:00","breadcrumb":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#primaryimage","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.webp","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2021\/10\/Environment-lifecycle-mangement-1024x534-1.webp","width":1024,"height":534,"caption":"Placeholder"},{"@type":"BreadcrumbList","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/make-your-power-virtual-agents-chatbots-multi-lingual-with-the-translator-bot-sample-solution\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/"},{"@type":"ListItem","position":2,"name":"Copilot Studio","item":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/copilot-studio\/"},{"@type":"ListItem","position":3,"name":"Make your Power Virtual Agents chatbots multi-lingual with the Translator Bot sample solution"}]},{"@type":"WebSite","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#website","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/","name":"Microsoft Copilot Blog","description":"","publisher":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#organization","name":"Microsoft Copilot Blog","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2024\/05\/cropped-microsoft_logo_element.webp","contentUrl":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-content\/uploads\/2024\/05\/cropped-microsoft_logo_element.webp","width":512,"height":512,"caption":"Microsoft Copilot Blog"},"image":{"@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/#\/schema\/person\/b57f85c909ef777b96539254198d222a","name":"Abhi Rathinavelu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/122e6e6826019135f77f40dd2312bbfec6cdd84e1cbff8076229810b1fdcb9a1?s=96&d=microsoft&r=g0532351c1231ec36559d13082725ba2a","url":"https:\/\/secure.gravatar.com\/avatar\/122e6e6826019135f77f40dd2312bbfec6cdd84e1cbff8076229810b1fdcb9a1?s=96&d=microsoft&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/122e6e6826019135f77f40dd2312bbfec6cdd84e1cbff8076229810b1fdcb9a1?s=96&d=microsoft&r=g","caption":"Abhi Rathinavelu"},"url":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/author\/athinesh\/"}]}},"msxcm_display_generated_audio":false,"_links":{"self":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/copilot\/2640","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/copilot"}],"about":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/types\/copilot"}],"author":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/users\/45"}],"version-history":[{"count":1,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/copilot\/2640\/revisions"}],"predecessor-version":[{"id":5531,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/copilot\/2640\/revisions\/5531"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/media\/1919"}],"wp:attachment":[{"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/media?parent=2640"}],"wp:term":[{"taxonomy":"cs-content-type","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/cs-content-type?post=2640"},{"taxonomy":"cs-topic","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/cs-topic?post=2640"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/cm-edgetun.pages.dev\/en-us\/microsoft-copilot\/blog\/wp-json\/wp\/v2\/coauthors?post=2640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}