mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Added <system.language> construct...
...that returns the current language suffix
This commit is contained in:
parent
50c7125f71
commit
1d26954eab
@ -152,6 +152,8 @@
|
|||||||
Return output
|
Return output
|
||||||
Case "scriptlevel"
|
Case "scriptlevel"
|
||||||
Return ActionScript.ScriptLevelIndex.ToString()
|
Return ActionScript.ScriptLevelIndex.ToString()
|
||||||
|
case "language"
|
||||||
|
Return Localization.LanguageSuffix
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
Return DefaultNull
|
Return DefaultNull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user