ICustomLocalizableApplyStringResources Method
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
bool ApplyStringResources(
LocalizationContext context
)
Function ApplyStringResources (
context As LocalizationContext
) As Boolean
bool ApplyStringResources(
LocalizationContext^ context
)
abstract ApplyStringResources :
context : LocalizationContext -> bool
- context LocalizationContext
- The context containing information about the localization operation.
Boolean, if the call was handled and the default localization behavior should not be applied;
to apply the default localization behavior.