locale

Summary

Fetches the current or a specified locale.

Usage

fetch( 'content', 'locale' [, hash( 'locale_code', locale_code ) ] )

Parameters

NameTypeDescriptionRequired
locale_code string The code of the locale to be fetched. No.

Returns

An ezlocale object.

Description

This function fetches either the default/current locale (specified using the "Locale" directive within the "[RegionalSettings]" block of "site.ini") or the locale specified by the optional "locale_code" parameter. The "locale_code" must be a valid locale code, for example "eng-GB", "nor-NO" and so on. Locales are listed and specified in the "share/locale" directory.

Examples

Example 1

 

{fetch( 'content', 'locale' )}


Fetches and returns the current locale.

Example 2

 

{fetch( 'content', 'locale', hash( 'locale_code', 'rus-RU' ) )}


Fetches and returns the Russian locale.

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.