Table of Contents

Interface ITranslatableText

Namespace
Loehnert.Lisrt.Contracts
Assembly
Loehnert.Lisrt.dll

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 CultureInfo

Culture the text is translated to.

Returns

string

A translated text.