Skip to content

Commit e7668e4

Browse files
committed
CQ: Correct change CurrentCulture
1 parent 85b8f95 commit e7668e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Files.App/Services/Content/RealTimeLayoutService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public void UpdateCulture(CultureInfo culture)
1616
{
1717
FlowDirection tmp = FlowDirection;
1818

19+
CultureInfo.DefaultThreadCurrentUICulture = culture;
1920
CultureInfo.CurrentUICulture = culture;
2021

2122
if (tmp != FlowDirection)

0 commit comments

Comments
 (0)