Results 1 to 7 of 7

Thread: Language question

  1. #1
    Join Date
    Nov 2009
    Location
    Gainesville, VA
    Beans
    459
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Language question

    Hello,

    I am wondering how my interactions with servers would be different if I moved to a different country (Spanish speaking)? Specifically - how are scripts handled? If the language setting is changed on a server/pc are any scripts to be modified as well? Or, must all code be in English? How does that work?

    Does any one have any experience with this?

    Thanks!

  2. #2
    Join Date
    Nov 2007
    Location
    Newry, Northern Ireland
    Beans
    1,258

    Re: Language question

    Scripts are written in the language they are written in, if it looks like English, that is coincidental, the syntax is set. This means the commands in a Bash script written in Spain will be identical to those in a Bash script written in India.

    The comments are a very different matter, they are normally written in whatever language the person writing/maintaining the script uses.
    Can't think of anything profound or witty.
    My Blog: http://gonzothegeek.blogspot.co.uk/

  3. #3
    Join Date
    Nov 2009
    Location
    Gainesville, VA
    Beans
    459
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Language question

    So, an "echo" command is still command an echo command no matter where you are?

    What about the directory structure? Is everything still var etc bin? Apps too - apache.

    I guess what I'm driving at, is, if I find myself at a CLI in a Spanish speaking country (and I don't speak Spanish), other than the comments, will I be able to understand where I'm at and interact with the system as normal?

    Thank you.

  4. #4
    Join Date
    Nov 2007
    Location
    Newry, Northern Ireland
    Beans
    1,258

    Re: Language question

    All the commands and aliases (sp?) will be the same, as will the directory structure.

    You cannot be sure that commands which may use other text will be the same, for example MOTD will probably be in the language of the country you are in.

    So I guess I'm trying to say that most stuff will be the same, but there may be some localised differences. That's why we have Google Translate!
    Can't think of anything profound or witty.
    My Blog: http://gonzothegeek.blogspot.co.uk/

  5. #5
    Join Date
    Jun 2006
    Location
    Caracas, Venezuela
    Beans
    418
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Language question

    Quote Originally Posted by Diametric View Post
    I guess what I'm driving at, is, if I find myself at a CLI in a Spanish speaking country (and I don't speak Spanish), other than the comments, will I be able to understand where I'm at and interact with the system as normal?
    Yes, it will be the same. The only thing that will be different, of course, is the GUI (for example, in the old GNOME 2, "Applications" is "Aplicaciones", "Places" is "Lugares", etc.), but as long as you're familiar with it you won't have any issues. What's underneath (file system structure, scripts, config files, etc.) is all the same, no matter if the system is in Spanish, English, or any other language (with the exception of the comments, as pointed by spynappels).

    Cheers.

  6. #6
    Join Date
    Sep 2009
    Location
    Canada, Montreal QC
    Beans
    1,809
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Language question

    About the comments, I remember reading source code that had comments both in English and German. It was probably the source of Dr.Python if I remember well, but I could be wrong.
    I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones.
    Freedom is measured in Stallmans.
    Projects: gEcrit

  7. #7
    Join Date
    Nov 2009
    Location
    Gainesville, VA
    Beans
    459
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: Language question

    Cool. Thanks for all your replies.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •