# Built-in Localised Line Provider

The Built-in Localised Line Provider is a Line Provider that fetches localized text or audio assets (AudioClip) for a line of dialogue, given the user's language.

The Built-in Localised Line Provider will automatically use Addressable Assets, if the Addressables package is installed in your Unity project and the [Yarn Project](/yarn-spinner-for-unity/yarn-spinner-in-unity-scenes/yarn-projects.md) is configured to use Addressable Assets.

{% hint style="info" %}
You'll automatically use this Line Provider if you are using the [Built-In Localisation](/yarn-spinner-for-unity/assets-and-localization/inbuilt-localisation.md) system. If you are using the [Unity Localisation](/yarn-spinner-for-unity/assets-and-localization/unity-localization.md) system, use the [Unity Localised Line Provider](/components/line-provider/unity-localised-line-provider.md) instead.
{% endhint %}

![A Built-in Localied Line Provider](/files/4Om6lT0Y3C6FpJQmNnLE)

### Inspector

| Property           | Description                                                                                           |
| ------------------ | ----------------------------------------------------------------------------------------------------- |
| Text Language Code | The language that the Built-in Localised Line Provider should use to fetch localised text for.        |
| Audio Language     | The language that the Built-in Localised Line Provider should use to fetch localised audio clips for. |


---

# 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/components/line-provider/built-in-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.
