|
Kanzi Graphics Engine
|
Localization manager base definitions. More...
#include <system/kzs_header.h>Enumerations | |
| enum | KzuLocalizationUpdateReason { KZU_LOCALIZATION_UPDATE_REASON_LOCALE_CHANGED, KZU_LOCALIZATION_UPDATE_REASON_ACTIVE_TABLE_UPDATED, KZU_LOCALIZATION_UPDATE_REASON_INACTIVE_TABLE_UPDATED, KZU_LOCALIZATION_UPDATE_REASON_ACTIVE_LOCALE_COMPLEX_SCRIPT_SUPPORT_CHANGED, KZU_LOCALIZATION_UPDATE_REASON_INACTIVE_LOCALE_COMPLEX_SCRIPT_SUPPORT_CHANGED } |
| Reasons why a localization update callback was called. More... | |
Localization manager base definitions.
Copyright 2008-2019 by Rightware. All rights reserved.
Reasons why a localization update callback was called.
Note that the implementation may combine multiple updates in localization tables into a single update callback. In this case only ACTIVE_TABLE_UPDATED without INACTIVE_TABLE_UPDATED callback can be triggered if both the active and one or more inactive tables have been modified.