wakon5544
Active member
Unmaintained - Conditional Statements for XenForo 2
Conditional Statements for XenForo 2 The conditional statements can be expanded by using AND, OR conditional statements operators and using xf:if, xf:else, xf:elseif. If there are any conditional statements that you want to add, please add it...
xenforo.com
How can I show x language
I made a few attempts, but is there such a thing?
Code:
<xf:if is="$language_id == 1">
English
<xf:else />
Türkiye
</xf:if>