IPropertyTranslation Interface
Namespace: PTS.Modules.EntityTranslationComponent
Assembly: PTS.Modules.EntityTranslationComponent.dll
Syntax
public interface IPropertyTranslation
Properties
Language
Declaration
LanguageCode Language { get; set; }
Property Value
| Type | Description |
|---|---|
| LanguageCode |
Property
Declaration
string Property { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
Declaration
string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |