Gdn_Locale::load PHP Method

load() public method

Load a locale definition file.
public load ( string $Path, boolean $Dynamic = false )
$Path string The path to the locale.
$Dynamic boolean Whether this locale file should be the dynamic one.
    public function load($Path, $Dynamic = false)
    {
        $this->LocaleContainer->load($Path, 'Definition', $Dynamic);
    }