Class LocalizedAttribute
Inheritance
System.Object
LocalizedAttribute
Assembly: Eco.Shared.dll
Syntax
public class LocalizedAttribute : Attribute
Constructors
LocalizedAttribute(Boolean, Boolean, String, Boolean)
Declaration
public LocalizedAttribute(bool localizeMemberNames = true, bool localizeDisplayName = false, string customDisplayName = "", bool extractPlurals = false)
Parameters
| Type |
Name |
Description |
| System.Boolean |
localizeMemberNames |
|
| System.Boolean |
localizeDisplayName |
|
| System.String |
customDisplayName |
|
| System.Boolean |
extractPlurals |
|
Properties
CustomDisplayName
Declaration
public string CustomDisplayName { get; }
Property Value
| Type |
Description |
| System.String |
|
Declaration
public bool ExtractPlurals { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
LocalizeDisplayName
Declaration
public bool LocalizeDisplayName { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
LocalizePropertiesName
Declaration
public bool LocalizePropertiesName { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Extension Methods