fixed #8096: Fixed the issue related to Thai language

This commit is contained in:
Jaex 2025-12-07 04:53:57 +03:00
parent 9e66fb14c4
commit 4c866a3c64

View File

@ -41,4 +41,7 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<RuntimeHostConfigurationOption Include="System.Globalization.UseNls" Value="true" />
</ItemGroup>
</Project>