Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ITranslatable.cs
1
using
System.Threading.Tasks;
2
3
namespace
LegalLab.Models.Design
4
{
8
public
interface
ITranslatable
9
{
15
Task<string[]>
GetTranslatableTexts
(
string
Language);
16
22
void
SetTranslatableTexts
(
string
[] Texts,
string
Language);
23
}
24
}
LegalLab.Models.Design.ITranslatable
Interface for translatable objects.
Definition:
ITranslatable.cs:9
LegalLab.Models.Design.ITranslatable.SetTranslatableTexts
void SetTranslatableTexts(string[] Texts, string Language)
Sets translated texts.
LegalLab.Models.Design.ITranslatable.GetTranslatableTexts
Task< string[]> GetTranslatableTexts(string Language)
Gets associated texts to translate.
LegalLab.Models.Design
Definition:
NonScrollingTextEditor.cs:8
LegalLab
LegalLab
Models
Design
ITranslatable.cs
Generated by
1.9.5