Alireza Loghmani wrote:
Save them in db or save them on disk?
Isn't the DB on disk? :confused: I'd just stick it in the database; easier to backup, copy, etc. Plus, I'd live in fear of someone deleting or modifying the files.
I think there is no need to store the static data in DB, create the language specific resource files and call same at run time while change the language selection.All javascript's alert messages should also reside in respective resorce files. I hope you got it.