On this pageLocalize.Initializedpublic static bool Initialized { get; }CopyDescription#Returns the initialized state of the systemUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod() { bool result = Localize.Initialized; } }Copy