lithium\g11n\multibyte\adapter\Intl::enabled()

public static method

Determines if this adapter is enabled by checking if the intl extension is loaded.

Returns

boolean

Returns true if enabled, otherwise false.

Source

	public static function enabled() {
		return extension_loaded('intl');
	}