Documentation

Language.php

Provides utilities for retrieving/handling language strings.

Tags
author

Samerton

version
2.0.0-pr13
license

MIT

Table of Contents

Classes

Language

Constants

HTML_LANG  = self::LANGUAGES[$this->_activeLanguage]['htmlCode']
HTML_RTL  = self::LANGUAGES[$this->_activeLanguage]['rtl'] ?? false

Constants

HTML_LANG

public mixed HTML_LANG = self::LANGUAGES[$this->_activeLanguage]['htmlCode']

HTML_RTL

public mixed HTML_RTL = self::LANGUAGES[$this->_activeLanguage]['rtl'] ?? false
Tags
phpstan-ignore-next-line
  • none of our languages are RTL (yet)

        
On this page

Search results