Click or drag to resize

EngineModelTranslationProject Property

Specifies the Transifex project slug used for sending strings for translation.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string TranslationProject { get; set; }

Property Value

Type: String
Remarks

When submitting simulation XMLs to the server, automated scripts scan the XML files for all translations needed, and automatically submits them to the Transifex project with this slug/name.

See Also