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
|
||||
Case "scriptlevel"
|
||||
Return ActionScript.ScriptLevelIndex.ToString()
|
||||
case "language"
|
||||
Return Localization.LanguageSuffix
|
||||
End Select
|
||||
|
||||
Return DefaultNull
|
||||
|
|
Loading…
Reference in New Issue