Home
last modified time | relevance | path

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

/foundation/ability/ability_base/interfaces/kits/native/configuration/include/
H A Dglobal_configuration_key.h27 constexpr const char* IS_PREFERRED_LANGUAGE = "ohos.system.isPreferredLanguage"; member
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration.cpp64 OHOS::AAFwk::GlobalConfigurationKey::IS_PREFERRED_LANGUAGE, in MakeTheKey() member in OHOS::AppExecFwk::OHOS::AAFwk::GlobalConfigurationKey
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp885 config.AddItem(AAFwk::GlobalConfigurationKey::IS_PREFERRED_LANGUAGE, in IsUpdateLanguageNeeded()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp122 constexpr char IS_PREFERRED_LANGUAGE[] = "1"; member
2413 auto isPreferredLanguage = config->GetItem(OHOS::AppExecFwk::GlobalConfigurationKey::IS_PREFERRED_LANGUAGE); in UpdateConfiguration()
2414 if (isPreferredLanguage == IS_PREFERRED_LANGUAGE) { in UpdateConfiguration()

Completed in 10 milliseconds