On Stack Overflow, the language associated to a question is, by default, automatically detected. The automatic detection is normally good at guessing what language is used, when the language has a C/C++ syntax, or it is HTML/XML. There are few cases where the code could be interpreted as being written in a different language, such when the used snippet is using constructs that are used from more than one language.
Apart those cases, there is normally no need to associate a language to a specific languages. In the specific case, I am not sure there is the need to set "lang-js" as language associated with any JavaScript library tag, when it is possible to add javascript to those questions.
What would happen if the library is ported to other languages, and sencha-touch is used also for the porting to another language?
lang-js. – Chase Florell Feb 5 '12 at 23:31