Class LocalizedStringProperty
Provides localization support for a tracked string property.
Inheritance
LocalizedStringProperty
Syntax
public class LocalizedStringProperty : object, ITrackedProperty
Properties
LocalizedString
The Localized String that will be used for this tracked property.
Declaration
public LocalizedString LocalizedString { get; set; }
Property Value
PropertyPath
Declaration
public string PropertyPath { get; set; }
Property Value
Implements
Methods
HasVariant(LocaleIdentifier)
Declaration
public bool HasVariant(LocaleIdentifier localeIdentifier)
Parameters
Returns
Implements