public static string Get(string key) { if (mInstance == null) { mInstance = new LocalizedText(); } return(mInstance.InternalGet(key)); }