Home
last modified time | relevance | path

Searched refs:IS_PREFERRED_LANGUAGE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H A Dglobal_configuration_key.h27 constexpr const char* IS_PREFERRED_LANGUAGE = "ohos.system.isPreferredLanguage"; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp64 OHOS::AAFwk::GlobalConfigurationKey::IS_PREFERRED_LANGUAGE, in MakeTheKey()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp1110 config.AddItem(AAFwk::GlobalConfigurationKey::IS_PREFERRED_LANGUAGE, in IsUpdateLanguageNeeded()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp127 constexpr char IS_PREFERRED_LANGUAGE[] = "1"; variable
2455 …eferredLanguage = config->GetItem(OHOS::AppExecFwk::GlobalConfigurationKey::IS_PREFERRED_LANGUAGE); in BuildParsedConfig()
2456 if (isPreferredLanguage == IS_PREFERRED_LANGUAGE) { in BuildParsedConfig()