Home
last modified time | relevance | path

Searched refs:LOCALE_KEY (Results 1 – 3 of 3) sorted by relevance

/dports/devel/pear-phing/phing-2.6.1/filters/
H A DTranslateGettext.php53 const LOCALE_KEY = "locale"; define in TranslateGettext
276 case self::LOCALE_KEY:
/dports/games/gcompris-qt/gcompris-qt-2.0/src/core/
H A DApplicationSettings.cpp43 static const char *LOCALE_KEY = "locale"; variable
99 m_locale = m_config.value(LOCALE_KEY, GC_DEFAULT_LOCALE).toString(); in ApplicationSettings()
193 m_config.setValue(LOCALE_KEY, m_locale); in ~ApplicationSettings()
271 updateValueInConfig(GENERAL_GROUP_KEY, LOCALE_KEY, m_locale); in notifyLocaleChanged()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.struts/src/main/java/org/springframework/web/struts/
H A DSpringBindingActionForm.java140 this.locale = (Locale) request.getSession().getAttribute(Globals.LOCALE_KEY); in expose()