Interface ILocalizationProvider
Provides translated strings for dialogue localization. Implement this interface to integrate Ibralogue with any localization backend.
Namespace: Ibralogue.Localization
Assembly: .dll
Syntax
public interface ILocalizationProvider
Methods
| Edit this page View SourceResolve(string)
Looks up a translated string by localization key. Returns null if no translation exists for the key, in which case the engine falls back to the original text from the dialogue file.
Declaration
string Resolve(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key |
Returns
| Type | Description |
|---|---|
| string |