コード例 #1
0
    public static string Get(string key)
    {
        if (mInstance == null)
        {
            mInstance = new LocalizedText();
        }

        return(mInstance.InternalGet(key));
    }