A boatload of Bugs (#3704)
Co-authored-by: Amelia <77553571+Fesaa@users.noreply.github.com>
This commit is contained in:
parent
ea9b7ad0d1
commit
37734554ba
102 changed files with 2051 additions and 1115 deletions
|
@ -271,7 +271,7 @@ public class LocalizationService : ILocalizationService
|
|||
// This could use a lookup table or follow a naming convention
|
||||
try
|
||||
{
|
||||
var cultureInfo = new System.Globalization.CultureInfo(fileName);
|
||||
var cultureInfo = new System.Globalization.CultureInfo(fileName.Replace('_', '-'));
|
||||
return cultureInfo.NativeName;
|
||||
}
|
||||
catch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue