NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Localizer.ShouldPersistLanguage

[To be supplied.]

[Visual Basic]
Public Function ShouldPersistLanguage( _
   ByVal o As Object _
) As Boolean
[C#]
public bool ShouldPersistLanguage(
   object o
);
[C++]
public: bool ShouldPersistLanguage(
   Object* o
);
[JScript]
public function ShouldPersistLanguage(
   o : Object
) : Boolean;

Parameters

o
[To be supplied.]

See Also

Localizer Class | Localizer Members | System.ComponentModel.Design Namespace