I have added the ability to import/export the language resource strings to and from a csv file. Should make them easier to share/maintain, format below
"ResourceId","Resource Text","Culture","string","ResourceSet"
e.g.
"ResourceId","Resource Text","Culture","string","ResourceSet"
e.g.
Code:
"Account_Disabled","deaktivert","no","string","ErrorMessage"
"AccountDisabled","Your account has been disabled. Contact the Forum Admin for more info.","en","string","General"
"AccountDisabled","Din konto er deaktivert. Kontakt forum admin for info.","no","string","General"
No replies