# Unity Localised Line Provider

Unity Localised Line Provider is a Line Provider that fetches localized text and assets for a line of dialogue from a String Table and optionally from an Asset Table, based on the project's current localization settings.

{% hint style="info" %}
Use this Line Provider if you are using the [Unity Localisation](/2.3/using-yarnspinner-with-unity/assets-and-localization/unity-localization.md) system. If you are using the [Built-In Localisation](/2.3/using-yarnspinner-with-unity/assets-and-localization/inbuilt-localisation.md) system, use the [Text Line Provider](/2.3/using-yarnspinner-with-unity/components/line-provider/text-line-provider.md) or the [Audio Line Provider](/2.3/using-yarnspinner-with-unity/components/line-provider/audio-line-provider.md) instead.
{% endhint %}

### Inspector

| Property      | Description                                                                                                                                                                                                                     |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Strings Table | The String Table Collection containing localised line text. See [Unity Localization](/2.3/using-yarnspinner-with-unity/assets-and-localization/unity-localization.md) to learn how to populate it with your project's dialogue. |
| Assets Table  | *(Optional)* The Asset Table Collection containing localised assets. If an Asset Table is provided, then the Unity Localised Line Provider will fetch localised assets for each line, based on the line's ID.                   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yarnspinner.dev/2.3/using-yarnspinner-with-unity/components/line-provider/unity-localised-line-provider.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
