NeoCoderMatrix86 / AudioCuesheetEditor

AudioCuesheetEditor is a Blazor based web application for writing audio cuesheets. There is much validation that helps the user to write a valid cuesheet. You can import external data (like text files, xml files, etc.) and analyse them directly in GUI. There are also much export variations like CSV, but you can customize export freely.
https://audiocuesheeteditor.netlify.app/
GNU General Public License v3.0
9 stars 7 forks source link

Use language names in culture selection #342

Open NeoCoderMatrix86 opened 6 months ago

NeoCoderMatrix86 commented 6 months ago

Replace "de-DE" with "Germany (DE)" and en-US with "English (US)"

NeoCoderMatrix86 commented 3 months ago

Currently not possible, since Blazor WASM doesn't support CultureInfo.EnglishName or NativeName: https://github.com/dotnet/runtime/issues/44739

We need to wait for: https://github.com/dotnet/runtime/issues/79989