Papyrus scripts vs languages

Post » Wed Jun 20, 2012 10:17 am

Does anyone know if papyrus scripts written in english will work for non-english games? or does papyrus syntax already account for multiple languages?
User avatar
Natalie Harvey
 
Posts: 3433
Joined: Fri Aug 18, 2006 12:15 pm

Post » Wed Jun 20, 2012 3:03 pm

papyrus is a language of it's own. And since it is the compiled script that's used it doesn't matter if you're playing the french, german, english or russion versino of the game.
User avatar
Brandon Wilson
 
Posts: 3487
Joined: Sat Oct 13, 2007 1:31 am

Post » Wed Jun 20, 2012 10:06 am

The only place Language comes into it is when recording dialog and subtitles.
User avatar
Rudi Carter
 
Posts: 3365
Joined: Fri Sep 01, 2006 11:09 pm

Post » Wed Jun 20, 2012 5:21 am

Wikipedia says it better than I can do:
There has been an overwhelming trend in programming languages to use the English language to inspire the choice of keywords and code libraries. According to the HOPL online database of languages,[1] out of the 8500+ programming languages recorded, roughly 2400 of them were developed in the United States, 600 in the United Kingdom, 160 in Canada, and 75 in Australia.

If you're interested http://en.wikipedia.org/wiki/Non-English-based_programming_languages is a decent little read.
User avatar
Sebrina Johnstone
 
Posts: 3456
Joined: Sat Jun 24, 2006 12:58 pm

Post » Wed Jun 20, 2012 3:32 am

If you're interested http://en.wikipedia.org/wiki/Non-English-based_programming_languages is a decent little read.

Well one factor is that keyboards with japanese and chinese characters are hard to get in many places, and a programming language needs to be comprehensible to the large majority of programmers (Who are predominantly English speakers) - would you really want to program in some of the http://en.wikipedia.org/wiki/Brain%5Bcensored%5Dlanguages?
User avatar
Myles
 
Posts: 3341
Joined: Sun Oct 21, 2007 12:52 pm

Post » Wed Jun 20, 2012 3:25 am

Standardisation is a good but sadly very rare thing. I consider it a good thing that there is a dominating language for the choice of keywords in programming languages. It makes transition from one language to another a lot easier.

The only thing I have a hard time with are the conventions regarding what to name in lower case and what in upper case. As a german it's rather strange that most programmers use upper case names for functions and ower case vor parameters, based on german grammer the opposite makes a lot more sense and programming in OOP Languages comes almost down to writting novels if you stick to full nouns/verbs as names instead of using abbreveations.
User avatar
Zoe Ratcliffe
 
Posts: 3370
Joined: Mon Feb 19, 2007 12:45 am


Return to V - Skyrim