Top "Translate" questions

To translate means to convert a program written in one language into a semantically equivalent program written in another, usually a lower level, language.

Change language for bootstrap DateTimePicker

I use bootstrap-datetimepicker.js Copyright 2012 by Stefan Petre http://www.malot.fr/bootstrap-datetimepicker/index.php I import the js and …

javascript twitter-bootstrap translate smalot-datetimepicker
Translate X and Y percentage values based on elements height and width?

Translating an elements Y axis 50% will move it down 50% of its own height, not 50% of the parents height as I …

css translate percentage translate3d
Two conditions using OR in XPATH

I have a textbox, 'txtSearch'. I am using it to search people by Last Name. this is my code. var …

javascript xpath translate uppercase lowercase
Make background fade out/in

Is there any way I can use CSS3 to fade in and out a solid white background of a <…

css css-transitions translate
Translate function in Python 3

I am using Python 3 and I want to translate my file names to have no numbers. The translate function doesn't …

python function translate
OpenGL transformations (glScale, glTranslate, etc)

I'm learning about openGL and how to do transformations such as translating and scaling. I know you have to usually …

opengl scale transformation translate
how to translate the html5 placeholders dynamically

I'm using angular-translate to translate the page content in to different languages. <input type ='text' placeholder = ' {username | translate}…

angularjs internationalization translate
Building a parser (Part I)

I'm making my own javascript-based programming language (yeah, it is crazy, but it's for learn only... maybe?). Well, I'm reading …

parsing programming-languages translate
Automatically translate .po files?

There used to be a few services that used Google Translate API V1 to automatically translate .po files. Google has …

api translate po
Browser language detection

I need in my Angular2 app detect browser language. Based on this language I need to send request (to a …

angular typescript translate language-detection