LocalizationExtenderProvider::ShouldSerializeLanguage Method (Object^)

 

Gets a value indicating whether the specified object must have its localizable values persisted in a resource.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
bool ShouldSerializeLanguage(
	Object^ o
)

Parameters

o
Type: System::Object^

The object to get the language support persistence flag for.

Return Value

Type: System::Boolean

true if the localizable values should be persisted in resources; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: