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.

Best practice for localization and globalization of strings and labels

I'm a member of a team with more than 20 developers. Each developer works on a separate module (something near 10 modules). …

javascript localization translation client-side globalization
Using Javascript to change website language

I'm working on a GUI website that can use several languages. The original HTML-files I got to work with were …

javascript html translation
How to get the _locale variable inside in a Symfony layout?

I'm working with Symfony 2 on a site which having 2 languages, and I want to change patterns of my routes depending …

templates layout routing translation symfony
Is there any free online dictionary API (json/xml) with multiple languages to choose from?

Is there any free dictionary API that doesn't require API keys, and allows you to choose between multiple source and …

translation
Convert .c to .java

Any tools to convert C code into Java code? I am interested in converting this code into Java: ***************************************************************************/ /* ** UNECM - …

java c translation
Java implementation of JSON to XML conversion

Are there existing JARs available to convert from JSON to XML?

java xml json translation
How to handle Translation in twig file using variables?

I have a twig file and a yml, in which I define the variables for translation e.g.: YML File …

symfony translation twig code-translation bundles
Error: "app_name" is not translated in af

I am new at Android coding and this forum. When I am trying to run the project to test it …

android translation
Can you style the google translate plugin?

I'm using this plugin (http://translate.google.com/translate_tools) to translate my website. The problem is that I can't …

css styles translation google-translate
React / Redux and Multilingual (Internationalization) Apps - Architecture

I'm building an app that will need to be available in multiple languages and locales. My question is not purely …

architecture internationalization reactjs translation redux