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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.