LanguageIsObjectLocalizable Method

Gets whether an object is localizable. By default, an object is localizable. This can be changed either by making a type not localizable by LocalizableAttribute or by the MarkLocalizable(Boolean, Object) method, which works also at runtime.

Definition

Namespace: KGySoft.Libraries.Language
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static bool IsObjectLocalizable(
	Object obj
)

Parameters

obj  Object
The object to check.

Return Value

Boolean
, if the object is localizable; otherwise, .

See Also