mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Changed LanguageSuffix to CurrentLanguage
This commit is contained in:
parent
51a232ab3d
commit
a7d4793dd5
@ -142,7 +142,7 @@
|
||||
"ShowGUI|" & Me.ShowGUI.ToNumberString() & Environment.NewLine &
|
||||
"GraphicStyle|" & Me.GraphicStyle.ToString() & Environment.NewLine &
|
||||
"LoadOffsetMaps|" & Me.LoadOffsetMaps.ToString() & Environment.NewLine &
|
||||
"Language|" & Localization.LanguageSuffix & Environment.NewLine &
|
||||
"Language|" & Localization.CurrentLanguage & Environment.NewLine &
|
||||
"ViewBobbing|" & Me.ViewBobbing.ToNumberString() & Environment.NewLine &
|
||||
"GamePadEnabled|" & Me.GamePadEnabled.ToNumberString() & Environment.NewLine &
|
||||
"LightningEnabled|" & Me.LightingEnabled.ToNumberString() & Environment.NewLine &
|
||||
|
@ -36,7 +36,7 @@ Public Class DebugDisplay
|
||||
cameraInformation &
|
||||
"E: " & _drawnVertices.ToString() & "/" & _maxVertices.ToString() & Environment.NewLine &
|
||||
"C: " & _maxDistance.ToString() & " A: " & ActionscriptActive.ToString() & Environment.NewLine &
|
||||
"Lang: " & Localization.LanguageSuffix
|
||||
"Lang: " & Localization.CurrentLanguage
|
||||
|
||||
If Core.GameOptions.ContentPackNames.Count() > 0 Then
|
||||
Dim contentPackString As String = ""
|
||||
|
@ -172,7 +172,7 @@ Public Class Logger
|
||||
Dim specs As String = "Operating system: " & My.Computer.Info.OSFullName & " [" & My.Computer.Info.OSVersion & "]" & Environment.NewLine &
|
||||
"Core architecture: " & architectureString & Environment.NewLine &
|
||||
"System time: " & My.Computer.Clock.LocalTime.ToString() & Environment.NewLine &
|
||||
"System language: " & Globalization.CultureInfo.CurrentCulture.EnglishName & "(" & Globalization.CultureInfo.CurrentCulture.ThreeLetterWindowsLanguageName & ") / Loaded game language: " & Localization.LanguageSuffix & Environment.NewLine &
|
||||
"System language: " & Globalization.CultureInfo.CurrentCulture.EnglishName & "(" & Globalization.CultureInfo.CurrentCulture.ThreeLetterWindowsLanguageName & ") / Loaded game language: " & Localization.CurrentLanguage & Environment.NewLine &
|
||||
"Decimal separator: " & GameController.DecSeparator & Environment.NewLine &
|
||||
"Available physical memory: " & Math.Round((My.Computer.Info.TotalPhysicalMemory / Math.Pow(1024, 3)), 2).ToString() & " Gigabyte" & Environment.NewLine &
|
||||
"Available logical processors: " & Environment.ProcessorCount.ToString()
|
||||
|
Loading…
x
Reference in New Issue
Block a user