-
-
Notifications
You must be signed in to change notification settings - Fork 0
localizationsharedattributes TranslationProviderAttribute
Denis Akopyan edited this page Jul 10, 2025
·
1 revision
Attribute for marking a class as a target for translation generation
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph Localization.Shared.Attributes
Localization.Shared.Attributes.TranslationProviderAttribute[[TranslationProviderAttribute]]
end
subgraph System
System.Attribute[[Attribute]]
end
System.Attribute --> Localization.Shared.Attributes.TranslationProviderAttribute
| Type | Name | Methods |
|---|---|---|
string |
SourceTranslation file name |
get |
Attribute for marking a class as a target for translation generation
Attribute
public TranslationProviderAttribute(string source)| Type | Name | Description |
|---|---|---|
string |
source | Translation file source |
Default constructor
public string Source { get; }Translation file name
Generated with ModularDoc