Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Route Language

Variable: $cfg['lang']['route']

Effected class: lang trans router

Config type: lang

Type of data: array

Platform: 2v

How to call: self::$cfg['lang']['route']

(only from effected classes)

Description:
Language routing can be set in two ways. We can choose the preferable way.
Available options:
None - Without.
InPath - Part of the uri address path (limbercode.com/he/about).
InDomain - Part of the domain (he.limbercode.com). Notice - That if we choose this option we have to allow this on "hosts" file (if we use windows).
example: 1
The default set of "route".
How to set (example):
Code:
Info Panel
Roll it!   ⇔