# GetLineIDs()

Method in [Localization](https://docs.yarnspinner.dev/2.0/api/csharp/yarn.unity/yarn.unity.localization)

## Summary

Gets the line IDs present in this localization.

```csharp
public IEnumerable<string> GetLineIDs()
```

## Remarks

The line IDs can be used to access the localized text or asset associated with a line.

## Returns

The line IDs.
