All date/times in the save/load menu fell back to US format mm/dd/yyyy, rather than respecting the UI culture.
This was down to the thread culture not being set, even though the UI culture was set. and DateTime.ToString respects the thread culture rather than the UI culture.
This patch forces the thread culture to be set correctly where needed
All date/times in the save/load menu fell back to US format mm/dd/yyyy, rather than respecting the UI culture.
This was down to the thread culture not being set, even though the UI culture was set. and DateTime.ToString respects the thread culture rather than the UI culture.
This patch forces the thread culture to be set correctly where needed