Load resources during game loading

I need to load some assets from resource folder.

Is it possible to load them during game loading ?

I’m not a CC user, but I think that you can run a LoadingScene, use cc.textureCache.addImage(), replace the scene.

If you know what you gonna load before any game logic happens, why don’t you just include these resources in your first scene? That would be a lot easier

These are language specific files. I want to load them based on players language preference.