Namespace Ibralogue.Localization
Classes
CsvLocalizationProvider
Built-in localization provider that loads translations from CSV files. CSV files follow the format: key,text (RFC 4180 quoting supported). Place translation files in a Resources folder using the naming convention {AssetName}.{locale} (e.g. MyDialogue.fr, MyDialogue.ja).
Interfaces
ILocalizationProvider
Provides translated strings for dialogue localization. Implement this interface to integrate Ibralogue with any localization backend.