Untranslated

Mark a bilingual_str as untranslated

Synopsis

Declared in <util/translation.h>

bilingual_str
Untranslated(std::string original);

Return Value

A bilingual_str whose original and translated text are both original.

Parameters

NameDescription
originalThe text to use for both the original and translated fields.