Skip to main content

Questions tagged [languages]

According to Wikipedia, Language is the human capacity for acquiring and using complex systems of communication, and a language is any specific example of such a system. The scientific study of language is called linguistics.

0 votes
5 answers
623 views

In various languages I came across during my career require some import/using/include etc. to refer to the code in other file. while the same languages also require a package manager or a list of ...
Simple Fellow's user avatar
4 votes
4 answers
1k views

I'm going through a beginner programming learning guides and the teacher brings up the try catch block paradigm. The code you put in the try block is run and if an error happens the code in the catch ...
1.21 gigawatts's user avatar
2 votes
3 answers
152 views

For example, in Vietnamese, there are Unicode characters like "â", "ê", "ô", "ư", v.v. To type them from keyboard, I need to type aa, ee, oo, w, then a program ...
Ooker's user avatar
  • 335
25 votes
3 answers
4k views

In languages such as C or Java we have the concepts of the Stack and the Heap. Are these abstractions the particular language runtime/compiler creates over the plain-old RAM? Or are these concepts ...
Aviv Cohn's user avatar
  • 21.6k
1 vote
1 answer
305 views

I am wondering if it is possible to create a regular language from a irregular language if we add or remove finite number of words from it? say L is irregular, can we add or remove finite number of ...
mathnoobie's user avatar
0 votes
2 answers
211 views

My team and I want to translate an entire React-redux app into another language (english to arabic) and have a switch that does the app-wide translation via a redux action. The content for the first ...
Thomas Martres's user avatar
5 votes
2 answers
6k views

I'm building a website where I plan to support multiple languages. Not only via UI, but via the content too. I have several tables where I have text columns such as "title", "name", "description", ...
Raj's user avatar
  • 59
1 vote
1 answer
5k views

What is the best way to provide a web application in multiple languages? The focus of my question is not what to think about, but indeed how to do it. The text in the web application: text in the ...
the_chimp's user avatar
  • 131

15 30 50 per page
1
2 3 4 5
7