Property NoTranslationFoundMessage
NoTranslationFoundMessage
The message to display when a string can not be localized.
This is a Smart String which has access to the following named placeholders:
Placeholder | Description |
---|
{key} | The name of the key. |
{keyId} | The numeric Id of the key. |
{table} | The table object, this can be further queried, for example {table.TableCollectionName}. |
{locale} | The locale asset, this can be further queried, for example {locale.name}. |
Declaration
public string NoTranslationFoundMessage { get; set; }
Property Value