You need to create another App_LocalResources inside this sub folder, and put your user control resources files inside it .
look at this structure for example to get the Idea :
-
App_LocalResources
-
YourPage.aspx.ar.resx
-
YourPage.aspx.resx
-
YourPage.aspx
-
UserControlsSubFolder
-
App_LocalResources
-
UserControlName.ascx
-
Web.Config
Hope this Helps
Ahmed