SproutCMS

This is the code documentation for the SproutCMS project

function get()

Returns the LocaleInfo class for the specified country code.
If no LocaleInfo can be found, a generic version is used.

Usage

LocaleInfo LocaleInfo::get ( [ string $code ] );

Arguments

  1. string $code = NULL
    3-letter country code (ISO 3166-1 alpha-3)

Return value