namespace LocalizationSample; public static class Program { /// /// The entry point of the application. This will be executed when extension is loaded. /// You can use this method, but there are special methods that are used for initialization. You won't be able to access PixiEditor Api at this point. /// See for more information. /// public static void Main() { } }