<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Power BI Embedded set Language in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/3198446#M42315</link>
    <description>&lt;P&gt;This worked:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;return new EmbedParameters
{
ReportName = reportName,
EmbedUrl = $"{embedUrl}&amp;amp;language=nl&amp;amp;formatlocale=nl-NL",
AccessToken = embedToken,
EmbedTokenExpiry = embedTokenExpiry
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 Apr 2023 15:38:32 GMT</pubDate>
    <dc:creator>Hettic</dc:creator>
    <dc:date>2023-04-20T15:38:32Z</dc:date>
    <item>
      <title>Power BI Embedded set Language</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1583900#M27064</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to set a default language for my embedded report.&lt;/P&gt;&lt;P&gt;However it's currently using the language of the browser.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Changing the language of the user that is running the report in the backend didn't helped.&lt;/P&gt;&lt;P&gt;I changed it from Default (browser language) to "Dutch", but it is still using the browser language.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone that have experience with it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 09:21:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1583900#M27064</guid>
      <dc:creator>Hettic</dc:creator>
      <dc:date>2021-01-06T09:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded set Language</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1586388#M27106</link>
      <description>&lt;P&gt;Hi Hettic,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In PowerBI service, go to * (i.e. Settings) -&amp;gt; Settings -&amp;gt; General tab -&amp;gt; Lanaguages -&amp;gt; Select the lanaguage for PowerBI -&amp;gt; Select your language of your preference (default is the browser language).&lt;/P&gt;&lt;P&gt;Have you already tried above changes ? If yes, can you kindly share a screenshot of your report with dummy data so that we get a more clarity on your requirement ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question is are you trying to translate -&lt;/P&gt;&lt;P&gt;1) PowerBI interface&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Object Metadata (table &amp;amp; column names)&lt;/P&gt;&lt;P&gt;3) Report data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see if the following video is helpful -&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=NP2GJicwezw" target="_blank"&gt;https://www.youtube.com/watch?v=NP2GJicwezw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 14:14:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1586388#M27106</guid>
      <dc:creator>CoderMonish</dc:creator>
      <dc:date>2021-01-07T14:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded set Language</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1587471#M27127</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/245003"&gt;@Hettic&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please review the following thread, hope it can help you.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://community.powerbi.com/t5/Developer/Setting-language-and-locale-for-embedded-report/td-p/606714" target="_self"&gt;&lt;SPAN class="lia-link-navigation child-thread lia-link-disabled"&gt;Setting language and locale for embedded report&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 07:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1587471#M27127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-01-08T07:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded set Language</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1587573#M27128</link>
      <description>&lt;P&gt;Yes I tried the "above mentioned" setting and off course that will work for me as a user.&lt;BR /&gt;But is is an embedded report so I would like to set it once for all users that are running the report.&lt;BR /&gt;&lt;BR /&gt;Therefore I tried to set the settings for the back-end user (one service account) user that runs the report but that also did not solved it.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 09:42:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1587573#M27128</guid>
      <dc:creator>Hettic</dc:creator>
      <dc:date>2021-01-08T09:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded set Language</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1587617#M27130</link>
      <description>&lt;P&gt;I tried using the proposed solution but it didn't work.&lt;/P&gt;&lt;P&gt;Not sure what the correct syntax&amp;nbsp; is?&lt;BR /&gt;This is the report URL that is running embedded:&lt;BR /&gt;&lt;A href="https://app.powerbi.com/groups/{workspaceid}/reports/{reportid}" target="_blank"&gt;https://app.powerbi.com/groups/{workspaceid}/reports/{reportid}&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Tried to paste the following behind the URL:&amp;nbsp;&lt;BR /&gt;/languageid=nl&lt;/P&gt;&lt;P&gt;/languageid="nl"&lt;/P&gt;&lt;P&gt;&amp;amp;languageid=nl&lt;/P&gt;&lt;P&gt;/languageid="nl"&amp;amp;formatlocal="nl-nl"&lt;BR /&gt;/languageid=nl&amp;amp;formatlocal=nl-nl&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 10:14:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1587617#M27130</guid>
      <dc:creator>Hettic</dc:creator>
      <dc:date>2021-01-08T10:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded set Language</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1827364#M29314</link>
      <description>&lt;P&gt;Changing the EmbedUrl worked:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;EmbedUrl = $"{embedUrl}&amp;amp;language=nl&amp;amp;formatlocale=nl-NL"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 06 May 2021 11:17:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/1827364#M29314</guid>
      <dc:creator>Hettic</dc:creator>
      <dc:date>2021-05-06T11:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded set Language</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/3196175#M42296</link>
      <description>&lt;P&gt;Hello Hettic,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Did you find a solution with the issue described above?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We are facing the same issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 15:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/3196175#M42296</guid>
      <dc:creator>ferflo</dc:creator>
      <dc:date>2023-04-19T15:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded set Language</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/3198446#M42315</link>
      <description>&lt;P&gt;This worked:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;return new EmbedParameters
{
ReportName = reportName,
EmbedUrl = $"{embedUrl}&amp;amp;language=nl&amp;amp;formatlocale=nl-NL",
AccessToken = embedToken,
EmbedTokenExpiry = embedTokenExpiry
};&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 15:38:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-set-Language/m-p/3198446#M42315</guid>
      <dc:creator>Hettic</dc:creator>
      <dc:date>2023-04-20T15:38:32Z</dc:date>
    </item>
  </channel>
</rss>

