Interface ITranslatableText
Interface for a method to return a culture specific message. Message
public interface ITranslatableText
Methods
Translate(CultureInfo)
Translates a text.
string Translate(CultureInfo culture)
Parameters
culture
CultureInfoCulture the text is translated to.
Returns
- string
A translated text.