ASP resources creator
1.0.0
This python script makes it fast!
Set the resx file path and the languages you need in the arrays:
Insert resources path in resources array and the languages of other resource files in the languages array.
EXAMPLE:
# resources where to look for resource keys
resources = [
r"C:UsersuserDocumentsprojectsXsrcWebSiteApp_GlobalResourcesResource1.resx",
r"C:UsersuserDocumentsprojectsXsrcWebSiteApp_GlobalResourcesResource2.resx",
]
# languages of other resources where to add the resources
languages = [
"it"
]
py script.py
#########################################