Added <system.language> construct...

...that returns the current language suffix
This commit is contained in:
JappaWakka 2024-02-17 18:50:08 +01:00
parent 50c7125f71
commit 1d26954eab
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@
Return output
Case "scriptlevel"
Return ActionScript.ScriptLevelIndex.ToString()
case "language"
Return Localization.LanguageSuffix
End Select
Return DefaultNull