Interface ILocalizableMetadataAttribute
- Namespace
- Cryville.EEW.ComponentModel
- Assembly
- Cryville.EEW.dll
Represents an metadata attribute that is localizable with LocalizedResource.
public interface ILocalizableMetadataAttribute : ILocalizable<string>
- Inherited Members
- Extension Methods
Properties
Name
The name of the localizable string.
string Name { get; }
Property Value
Path
The string set names where the localizable string is.
string[] Path { get; }
Property Value
- string[]
Type
The name of the localized resource.
string Type { get; }