lithium\g11n\Locale::$_tags

protected static property

Properties for locale tags.

Source

	protected static $_tags = [
		'language' => ['formatter' => 'strtolower'],
		'script' => ['formatter' => ['strtolower', 'ucfirst']],
		'territory' => ['formatter' => 'strtoupper'],
		'variant' => ['formatter' => 'strtoupper']
	];