# SmartStringsSettings

> The Smart Strings settings whose formatter resolves this project's Smart String entries.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Localization](/engine/6000.7/script-reference/unity/localization.md)
* **Assembly:** UnityEngine.LocalizationRuntimeModule

```csharp
public SmartStringsSettings SmartStringsSettings { get; set; }
```

### Remarks

Leave this empty to use the project's own Smart Strings settings, which is what most projects want. Assign settings here to give localization a formatter of its own, with its own sources and formatters, without changing how the rest of the project formats Smart Strings.

Additional Resources: [LocalizationSettings.GetSmartFormatter](/engine/6000.7/script-reference/unity/localization/localizationsettings/getsmartformatter.md)
