Skip to main content

What's the difference between "informal", "colloquial", "slang", and "vulgar"?


It seems many people get confused about the differences (and similarities) between "colloquial" and "slang", so what exactly does each term apply to?


But to be even more thorough it seems to me we can also include a couple more terms which are often applied to language and arrange them into a scale from most acceptable to least acceptable: "informal" > "colloquial" > "slang" > "vulgar"


Are any two synonyms? Do they all overlap semantically or only with their closest neighbours? Or should some of them be seen as independently variable aspects of a word or utterance?


Finally, could each term apply equally as well to a word, a phrase, and a grammatical or syntactical usage?


EDIT


Perhaps I should've also included "nonstandard" - not sure whether it belongs to the left or the right of "slang" though.



Answer



[Edited, with examples:] There is some overlap between these terms. People will often even disagree whether a certain expression is best considered informal, or rather colloquial, etc. This is merely an attempt at cataloguing possible associations. If you have suggestions for improvement or refinement, do not hesitate.


Informal:



  • This is the broadest, most neutral word. It just means that speech or writing is on the lower side of the formal–middle–informal spectrum. In informal situations, when your conduct is relaxed in all respects and etiquette matters less, you will use informal language accordingly.

  • Apart from that, it is neither negative nor positive; that's why it is the best term if you don't want to sound disapproving (and if colloquial is not an option).

  • There are various degrees of (in)formality: it is usually not a yes–no distinction.

  • Although perhaps higher-class people are sometimes expected to be in formal situations more often, and lower-class people are expected to care less about formality, there is no strict relation to perceived class. There are informal words or phrases that are frequently used by perceived 'higher classes' (loo), and, conversely, formal words that are not frequently used by same (Milady, toilet).


Colloquial:



Oxford English Dictionary: 2. spec. Of words, phrases, etc.: Belonging to common speech; characteristic of or proper to ordinary conversation, as distinguished from formal or elevated language. (The usual sense.)




  • This is quite close to informal.

  • It is mostly used with speech rather than writing, though not necessarily so.

  • The word is also slightly stronger on average than informal (i.e. more informal).

  • It suggests a yes–no qualification: saying more colloquial is not so common.

  • It is usually neither positive nor negative, nor felt to be lower class.

  • However, the euphemism "colloquial at best" is often used to mean that it is bad style, referring to a colloquialism used in the wrong setting.

  • Because colloquial (and informal) language often varies locally or regionally, while formal language does so much less, it is sometimes associated with provincialisms or regionalisms. But I would consider this contingent, not essential to the term itself.


Slang:



  • Slang can be a noun or an adjective; slangy means "resembling or constituting slang".

  • It is more often negative than positive—but it can still easily be positive.

  • In the formal–middle–informal spectrum, it is more informal than colloquial or informal.


  • The word slang itself is a bit informal, while the other words on this page are not.



    Oxford English Dictionary: 1. a. The special vocabulary used by any set of persons of a low or disreputable character; language of a low and vulgar type. [notice vulgar used ambiguously]




    1. Originally, slang was language associated with low socio-economic class or character, and it is still used with that connotation, though by no means always.

    2. A secondary sense has developed, that of general "group talk" in a mildly disapproving or mocking way—even if this group isn't lower class. This sense is now arguably more common than the first. It is often used ironically, as in lawyer slang.

    3. A tertiary, entirely neutral sense, "any kind of non-standard group talk", is now commonly used in academia.




Vulgar:



  • This means literally "of the people".The Oxford English Dictionary describes its development through the ages:



I. 3. Commonly or customarily used by the people of a country; ordinary, vernacular. In common use c 1525–1650; now arch.


II. 9. Belonging to the ordinary or common class in the community; not distinguished or marked off from this in any way; plebeian


II. 13. Having a common and offensively mean character; coarsely commonplace; lacking in refinement or good taste; uncultured, ill-bred.




  • It can now be used to describe language in two ways:

    1. The old-fashioned sense is as (II. 9.) above. It is still in use in dictionaries, but less frequent elsewhere.

    2. The modern sense is close to (II. 13.), "obscene" or "filthy" to a greater or lesser degree; the lower classes were supposed to be liable to such language, and this sub-sense of (1.) came to dominate the word. So this is obviously even less formal than slang in its lower-class sense. In dictionaries, vulgar could be (1.) or (2.).






I will give a few examples, best description first:



That ain't right.




  • slang

  • informal

  • vulgar (1. of the common people), old-fashioned label

  • perhaps colloquial



I will try and convince her.




  • slightly informal

  • colloquial

  • some might call this slang or vulgar (1.), but it isn't felt to be connected with lower class by most people, nor with certain specific groups



That sucks.




  • slang

  • vulgar (2. obscene), old-fashioned label, because suck has lost its sexual connotation for many people

  • vulgar (1. of the common people)

  • informal (a bit too general)

  • colloquial is possible, but not the best choice



If I was rich, I'd go to London.




  • informal

  • colloquial, but many people "would never say was", in neither speech nor writing

  • slang or vulgar (1. of the common people): probably not


Comments

Popular posts from this blog

etymology - Origin of the greeting "Sweet dreams".

Does anybody know the etymology of the phrase "sweet dreams"? I tried googling but did not find anything satisfying. Is this a relatively new phrase of the modern world or has this been in use for some time? I think it's the latter one. Answer The OED has the interjection as "a farewell to someone going to bed" from the 20th century: 1908 Sears Roebuck Catal. 198/1 Tenor Solos..Good Bye, Sweet Dreams, Good Bye. But it goes back until at least the 19th and possibly 18th centuries. John Wolcot, writing under the pseudonym of Peter Pindar, used it in his poem "Orson and Ellen; A Legendary Tale" published in 1801: Also from 1801 in The infernal Quixote (Page 287) by Charles Lucas: In the March 1776 of The Universal Magazine was published "The Serenade. A Pastoral Tale. From the German of Gesner" , where the shepherd Daphnis watches over his beloved as she sleeps and sings: The same tale appears in 1776's as Idyl XI, " Daphnis ...

Is there a word/phrase for "unperformant"?

As a software engineer, I need to sometimes describe a piece of code as something that lacks performance or was not written with performance in mind. Example: This kind of coding style leads to unmaintainable and unperformant code. Based on my Google searches, this isn't a real word. What is the correct way to describe this? EDIT My usage of "performance" here is in regard to speed and efficiency. For example, the better the performance of code the faster the application runs. My question and example target the negative definition, which is in reference to preventing inefficient coding practices. Answer This kind of coding style leads to unmaintainable and unperformant code. In my opinion, reads more easily as: This coding style leads to unmaintainable and poorly performing code. The key to well-written documentation and reports lies in ease of understanding. Adding poorly understood words such as performant decreases that ease. In addressing the use of such a poorly ...

What are the similarities between the relationships of the characters in The Outsiders and Romeo and Juliet?

At first glance, it might appear as if the characters in  The Outsiders  by S. E. Hinton and  Romeo and Juliet  by William Shakespeare do not have much in common; however, when one isolates the core of the conflicts, it becomes clear that the relationships in both stories are rooted in rivalry and secrecy.  In both  The Outsiders  and  Romeo and Juliet , an overarching theme is rivalry. While   socioeconomic status separates the greasers from the Socs in The Outsiders , last names separates the Montagues from the Capulets, who appear to be relatively equal in terms of socioeconomic status. Due to these rivalries, there are instances of deadly interactions in both stories. In  The Outsiders , Johnny kills Bob (whether his actions were justified or not is debatable). In  Romeo and Juliet , Romeo kills Tybalt and Paris, and Tybalt kills Mercutio. These deaths have profound effects on the main characters. In Ponyboy's case, the Johnny's death and other events in the novel inspire h...