<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[NotePad French via Intune]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Here is the script I use to deploy NotePad on computers:</p>
<p dir="auto">#Path to the .exe installer<br />
$installerPath = “$PsScriptRoot\npp.8.7.5.Installer.x64.exe”</p>
<p dir="auto">#Start the installation and wait for it to finish<br />
Start-Process -Filepath $installerPath “/L<code>"fr-fr</code>” /S /norestart" -Wait</p>
<p dir="auto">When I do it in my sandbox, the installation is in French<br />
When I do it on a computer, the installation is in French<br />
When I do it on the same computer <strong>but</strong> via Intune deployment, the installation is in English</p>
<p dir="auto">Does anyone know how to overcome this problem?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26587/notepad-french-via-intune</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 00:50:57 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26587.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Jan 2025 12:57:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to NotePad French via Intune on Wed, 29 Jan 2025 15:44:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/33830">@Jean-Jean</a> said in <a href="/post/99435">NotePad French via Intune</a>:</p>
<blockquote>
<p dir="auto">i would like the package FR for Notepad usage like Settings &gt; Preferences &gt; General &gt; Localization : Français</p>
</blockquote>
<p dir="auto">If you do, what I told you, then after the silent installation your N++ GUI should be automatically in FR.</p>
<p dir="auto">(during silent installations, the N++ installer can only look for any previous installation lang used on the comp and then use it to also preset the GUI of the installed N++ app)</p>
<p dir="auto">Edit: Maybe the problem is in what Intune really sees in that RegKey during your installation. A logging should reveal if this is it.</p>
<p dir="auto">Edit2: You can also do a “post-installing” action: simply take e.g. the “C:\Program Files\Notepad++\localization\french.xml” and copy it to the user <code>%APPDATA%\Notepad++\nativeLang.xml</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/99436</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99436</guid><dc:creator><![CDATA[xomx]]></dc:creator><pubDate>Wed, 29 Jan 2025 15:44:52 GMT</pubDate></item><item><title><![CDATA[Reply to NotePad French via Intune on Wed, 29 Jan 2025 14:46:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/288">@xomx</a><br />
The reg is already in 1036 and i think this is the language of the installer, i would like the package FR for Notepad usage like Settings &gt; Preferences &gt; General &gt; Localization : Français</p>
]]></description><link>https://community.notepad-plus-plus.org/post/99435</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99435</guid><dc:creator><![CDATA[Jean Jean]]></dc:creator><pubDate>Wed, 29 Jan 2025 14:46:57 GMT</pubDate></item><item><title><![CDATA[Reply to NotePad French via Intune on Wed, 29 Jan 2025 10:43:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/33830">@Jean-Jean</a> said in <a href="/post/99393">NotePad French via Intune</a>:</p>
<blockquote>
<p dir="auto">“/L"fr-fr”</p>
</blockquote>
<p dir="auto">This cmdline param serves for an already installed Notepad++.exe app, not for its installer (your npp.8.7.5.Installer.x64.exe).</p>
<blockquote>
<p dir="auto">Does anyone know how to overcome this problem?</p>
</blockquote>
<p dir="auto">Just import the following reg-file content (or write that “InstallerLanguage”=“1036” there in some other way) into the Registry before running the silent N++ installation:</p>
<pre><code>Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Notepad++]
"InstallerLanguage"="1036"
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/99428</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99428</guid><dc:creator><![CDATA[xomx]]></dc:creator><pubDate>Wed, 29 Jan 2025 10:43:41 GMT</pubDate></item></channel></rss>