LocalizationExtenderProvider.ShouldSerializeLanguage(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the specified object must have its localizable values persisted in a resource.
public:
bool ShouldSerializeLanguage(System::Object ^ o);
public bool ShouldSerializeLanguage (object o);
member this.ShouldSerializeLanguage : obj -> bool
Public Function ShouldSerializeLanguage (o As Object) As Boolean
Parameters
- o
- Object
The object to get the language support persistence flag for.
Returns
true
if the localizable values should be persisted in resources; otherwise, false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.