diff --git a/Source/Editor/Options/InterfaceOptions.cs b/Source/Editor/Options/InterfaceOptions.cs
index acfb7f5e8..d8e30d62b 100644
--- a/Source/Editor/Options/InterfaceOptions.cs
+++ b/Source/Editor/Options/InterfaceOptions.cs
@@ -134,6 +134,13 @@ namespace FlaxEditor.Options
[EditorDisplay("Interface"), EditorOrder(280), Tooltip("Editor content window orientation.")]
public FlaxEngine.GUI.Orientation ContentWindowOrientation { get; set; } = FlaxEngine.GUI.Orientation.Horizontal;
+ ///
+ /// Gets or sets the option to use type name translations.
+ ///
+ [DefaultValue(true)]
+ [EditorDisplay("Interface"), EditorOrder(290), Tooltip("Attempt to translate asset type names.")]
+ public bool TranslateTypeNames { get; set; } = true;
+
///
/// Gets or sets the timestamps prefix mode for output log messages.
///