namespace PixiEditor.UI.Common.Localization;
public enum LocalizationKeyShowMode
{
///
/// Shows just the value e.g. Open
///
Value,
///
/// Shows the value and the key in brackets e.g. Open (OPEN)
///
ValueKey,
///
/// Shows just the key e.g. OPEN
///
Key,
///
/// Shows a long string ensuring responsive layout
///
LALALA,
}