All,
I'm running G2 in embedded mode on an English site. I have set English to default in the admin and switched off the "auto detect language from browser" feature. Hence gallery MUST always run in English.
However, the following query keeps popping up in my database server:
UPDATE g2_PluginParameterMap SET g_parameterValue='en' WHERE g_pluginType='module' AND g_pluginId='core' AND g_itemId=0 AND g_parameterName='default.language';
Because I need to reduce DB load as much as I can, can someone point me to the code where this query is executed, or a configuration possibility to disable this and ALWAYS use english at any time?
Thank you,
Steven