Languages and file paths
I have an AppleScript which I would like to work regardless of the user's system language. I imagine that folder names are different depending on the language, i.e. /Applications vs. /Aplicaciones. I know for that particular example, I could just say "path to applications folder," but that won't always work. So my question is whether or not there is an easy way to get any file path regardless of language, or perhaps convert it somehow? And if so, what is it?