FreeRealmsLocaleTools FreeRealmsLocaleTools
FreeRealmsLocaleTools FreeRealmsLocaleTools
DocFX + Singulink = ♥

Search Results for

    Method AddEntries

    AddEntries(string, string, IEnumerable<string>)

    Adds the specified collection of strings as locale entries to the given .dat file and .dir file.

    Declaration
    public static LocaleFileInfo AddEntries(string localeDatPath, string localeDirPath, IEnumerable<string> strings)
    Parameters
    Type Name Description
    string localeDatPath

    The path to the locale .dat file.

    string localeDirPath

    The path to the locale .dir file.

    IEnumerable<string> strings

    The collection of strings to add as entries.

    Returns
    Type Description
    LocaleFileInfo

    A LocaleFileInfo instance that wraps the locale files.

    Exceptions
    Type Condition
    ArgumentNullException