Current Locale/Siteaccess informations

Author Message

Antoine W.

Wednesday 17 August 2005 7:56:12 am

Hi everybody !
I'm trying to get the following informations :
- Locale name (in example eng-GB)
- Currency
- Current siteaccess

How can I find these informations ?
Thanks!

Antoine W.

Monday 29 August 2005 7:21:25 am

No idea ? How to get the current language ("locale") ? o_O

Bertrand Dunogier

Monday 29 August 2005 10:21:15 am

You can use ezini for at the locale (I assume it's inside a template ? It's almost the same in PHP code anyway):

ezini('RegionalSettings', 'ContentLocale', 'site.ini')

You also have ContentObjectLocale if that's what you want.

For siteaccess err... I'm not sure the siteaccess name is stored in the siteaccess settings, actually, but you have to give it a try :)

For the currency, it is part of the locale file (share/locale/eng-GB.ini), the currency is in there, but I don't really know how you can get it. Check how the l10n operator is implemented, it fetches that info somehow.

Antoine W.

Tuesday 30 August 2005 1:03:45 am

Thanks Bertrand ! Getting locale from settings works fine, and I'll try to find how to get the currency.

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

eZ debug

Timing: Jan 31 2025 03:32:26
Script start
Timing: Jan 31 2025 03:32:26
Module start 'layout'
Timing: Jan 31 2025 03:32:26
Module start 'content'
Timing: Jan 31 2025 03:32:26
Module end 'content'
Timing: Jan 31 2025 03:32:26
Script end

Main resources:

Total runtime0.0228 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0058 588.2500151.2266
Module start 'layout' 0.00580.0045 739.4766220.7031
Module start 'content' 0.01030.0111 960.1797997.8047
Module end 'content' 0.02140.0014 1,957.984433.9922
Script end 0.0228  1,991.9766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002611.5481140.0002
Check MTime0.00114.7801140.0001
Mysql Total
Database connection0.00072.886210.0007
Mysqli_queries0.003615.996730.0012
Looping result0.00000.061710.0000
Template Total0.00104.610.0010
Template load0.00083.482310.0008
Template processing0.00021.075010.0002
Override
Cache load0.00062.566210.0006
General
dbfile0.00031.409780.0000
String conversion0.00000.034540.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs