How can I show x language

  • Thread starter Thread starter wakon5544
  • Start date Start date

wakon5544

Guest
Member
xenforo.com

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
xenforo.com


How can I show x language

I made a few attempts, but is there such a thing?

Code:

Code:
<xf:if is="$language_id == 1">

  English

<xf:else />

  Türkiye

</xf:if>
 
Top