Hello,
I'm building some new custom modules for my PN web site.
Let's say I'm selling stuff to my customers in the euro area. Therefore I want to advertise my prices in euros whatever the user's language. If I have an American customer using my web site, I do not want to display my prices in USD; therefore I do not want to use the _LOCALE variable set in PN core language files (that is the locale set by the user when he chooses its language, thanks to the language block for instance).
As a result, I'd like to get the locale of my own web site , that is the locale set through the admin preferences (choice of language). In other words, I'd like to have this locale being set by the admin preferences. This way I could roll out my web site in various countries (and be abel to sell my stuff in various currencies on various web sites).
I realize some popular third-party module (pnForum, pnEncyclopedia, PostCalendar, pnTresMailer) use this statement often:
setlocale(pnConfigGetVar('locale').
But there is no config mod var 'locale' in PN (I checked this with SQL statement 'select * from pn_module_vars where pn_modname = '/PNConfig' order by pn_name') !
Is there a way ito get the locale set by the administrator through the PN admin preferences ?
Fred
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- internetking created topic »password problem« 25. May
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- ehdwma created topic »Hide "Register new account" and change template to 3 col« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
- nestormateo responded to »Fillters in Clip« 24. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
