# CreateDefaultField(IAssetEntry, ResourceTable)

> Builds the field that edits the entry's default value.

## Definition

* **Type:** Method
* **Namespace:** [Unity.Localization.Editor](/engine/6000.7/script-reference/unity/localization/editor.md)
* **Assembly:** UnityEditor

```csharp
VisualElement CreateDefaultField(IAssetEntry entry, ResourceTable table)
```

### Parameters

**** (\[IAssetEntry]\(/engine/6000.7/script-reference/unity/localization/iassetentry)): The asset entry to edit.**** (\[ResourceTable]\(/engine/6000.7/script-reference/unity/localization/resourcetable)): The table that owns the entry, used for undo and dirtying.

### Returns

| Type                                                                                     | Description                                      |
| ---------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [VisualElement](/engine/6000.7/script-reference/unityengine/uielements/visualelement.md) | The visual element that edits the default value. |
