Search Results for

    Show / Hide Table of Contents

    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 Source

    Resolve(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
    • Edit this page
    • View Source
    In this article
    Back to top Ibralogue Docs