Top "Translation" questions

Translation is the process of replacing strings in an application or website to make interfacing with the application or website easier for people from countries with different languages.

Javascript "var obj = new Object" Equivalent in C#

Is there an easy way to create and Object and set properties in C# like you can in Javascript. Example …

c# javascript oop object translation
THREE.js: Calculate world space position of a point on an object

I have a 3D object. "Attached" to it is a point. When the object is moved or rotated, the point …

rotation geometry translation three.js webgl
Symfony2 translation of long texts

Since a few weeks I started playing with Symfony2. It seems a very powerful framework, but there are some things …

symfony translation twig
Detecting Google Chrome Translation

I've added the Google Translation Bar to our website but due to how the layout works if the translation on …

javascript google-chrome translation
CakePHP 2.1 .po files / translation not working

I use <?php echo __("this is my string"); ?> inside my views to display text in multiple languages. I …

cakephp translation cakephp-2.1
Merge translation files (.ts) with existing .ts files using QT Utilities (lconvert)

Here's my problem: We've got .ts files for nine different languages for our product. We've added about 100 new strings that …

qt translation
ngx-translate default text if key is missing or translation file is being loaded

I'm setting up a new Angular 7 app. I want to set a default text for translation. So in the translation {{ …

angular typescript translation ngx-translate
Django switching, for a block of code, switch the language so translations are done in one language

I have a django project that uses a worker process that sends emails to users. The worker processes listens to …

python django internationalization translation gettext
Web Application Translation, methods and tools

I've developed a web application. It needs to be translated to languages other than English in the future, and ideally …

localization web translation web-applications
Django i18n: Common causes for translations not appearing

I am making a multilingual Django website. I created a messages file, populated and compiled it. I checked the site (…

python django translation gettext django-multilingual