# LocalizationInfo

Class in [Project](https://docs.yarnspinner.dev/2.4/api/csharp/yarn.compiler/yarn.compiler.project)

Inherits from `System.Object`

## Summary

Stores the locations of where localized assets and a localized string table for a Yarn Project may be found.

```csharp
public class LocalizationInfo
```

## Properties

| Name                                                                                                                                                                             | Description                                                                 |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| [Assets](https://docs.yarnspinner.dev/2.4/api/csharp/yarn.compiler/yarn.compiler.project/yarn.compiler.project.localizationinfo/yarn.compiler.project.localizationinfo.assets)   | Gets or sets the location at which localized assets may be found.           |
| [Strings](https://docs.yarnspinner.dev/2.4/api/csharp/yarn.compiler/yarn.compiler.project/yarn.compiler.project.localizationinfo/yarn.compiler.project.localizationinfo.strings) | Gets or sets the location at which the localized string table may be found. |
