> For the complete documentation index, see [llms.txt](https://maraudical.gitbook.io/status-effects-framework/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maraudical.gitbook.io/status-effects-framework/2.0.0/other-support/localization.md).

# Localization

The only major change when using [Unity's Localization](https://docs.unity3d.com/Packages/com.unity.localization@1.5/manual/index.html) package is that the optional fields for name and description on [StatusEffectDatas](/status-effects-framework/2.0.0/type-specifics/scriptable-objects/statuseffectdata.md) will become [LocalizedStrings](https://docs.unity3d.com/Packages/com.unity.localization@1.0/api/UnityEngine.Localization.LocalizedString.html) instead of regular strings.
