CUST: - FwUpdateSw: - permanent to English

This commit is contained in:
Thomas Wiedebusch 2024-05-14 07:32:44 +02:00
parent 49bdaf80fe
commit 362b085545

View File

@ -1900,6 +1900,9 @@ namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw
/// </remarks>
private void BtnHistory_Click(Object sender, EventArgs e)
{
Thread.CurrentThread.CurrentUICulture = _cultureInfo;
Thread.CurrentThread.CurrentCulture = _cultureInfo;
var xPosition = Location.X + Size.Width;
var yPosition = Location.Y;