Table of Contents

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

string

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; }

Property Value

string