UltravioletFramework / ultraviolet

The Ultraviolet Framework is a .NET game development framework written in C#.
https://github.com/UltravioletFramework/ultraviolet/wiki
MIT License
542 stars 46 forks source link

Thread.CurrentThread.CurrentCulture.Name is empty on OSX #124

Closed IceReaper closed 4 years ago

IceReaper commented 4 years ago

Tried to run my project under OSX using .net Core 3.1, resulting in a crash regarding the not empty check for the Culture Name. Im on the latest OSX. System is set to German except the ui language, which is set to english as i want the clock, numbers, currency for my region, but prefer to have english strings visible on my development machines.

image

tlgkccampbell commented 4 years ago

This will be fixed in the next release.