We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7157cee commit ce26b20Copy full SHA for ce26b20
src/Files.App/ServicesImplementation/DateTimeFormatter/AbstractDateTimeFormatter.cs
@@ -8,7 +8,7 @@ namespace Files.App.ServicesImplementation.DateTimeFormatter
8
{
9
internal abstract class AbstractDateTimeFormatter : IDateTimeFormatter
10
11
- private static readonly CultureInfo cultureInfo = new(ApplicationLanguages.PrimaryLanguageOverride);
+ private static readonly CultureInfo cultureInfo = new(ApplicationLanguages.Languages[0]);
12
13
public abstract string Name { get; }
14
0 commit comments