LocalizationHelperLocalizeStringProperties Method

Localizes the localizable string properties of the specified target object, using the specified name as a prefix for the resource keys.

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static void LocalizeStringProperties(
	Object target,
	string name,
	LocalizationContext? context = null
)

Parameters

target  Object
The target object whose localizable string properties should be localized.
name  String
The name of the target object. Used as a prefix for the resource keys.
context  LocalizationContext  (Optional)
A localization context to use for the operation. If , a context is automatically created based on the target object. This parameter is optional.
Default value: .

See Also