FreeRealmsLocaleTools FreeRealmsLocaleTools
FreeRealmsLocaleTools FreeRealmsLocaleTools
DocFX + Singulink = ♥

Search Results for

    Enum LocaleTag

    Specifies the types of 4-letter tags that can appear in locale entries.

    Namespace: FreeRealmsLocaleTools.LocaleParser
    Assembly: FreeRealmsLocaleTools.dll
    Syntax
    public enum LocaleTag

    Fields

    Name Description
    mcdn

    Used for blank text followed by \t0017\tGlobal.Text.<ID>, where ID is a number such that Hash(string) returns the hash corresponding to the text's locale entry when "Global.Text.<ID>" is given as the key.

    mcdt

    Used for text followed by \t0017\tGlobal.Text.<ID>, where ID is a number such that Hash(string) returns the hash corresponding to the text's locale entry when "Global.Text.<ID>" is given as the key.

    mgdt

    Used for older TCG locale text followed by \t0006\t<KEY>, where KEY is a string such that Hash(string) returns the hash corresponding to the text's locale entry when KEY is given as the key.

    ucdn

    Used for most blank text.

    ucdt

    Used for most text.

    ugdn

    Used for some blank text.

    ugdt

    Used for some text.

    uidt

    Used for the text "informal" in French and German locales.

    umdt

    Used for possessive pronoun macros in German locales.

    utdt

    Used for some text in non-English locales.