Hello, world!

¡Hola, mundo!

Bonjour, le monde !

Hallo, Welt!

Ciao, mondo!

Olá, mundo!

Привет, мир!

こんにちは、世界!

你好,世界!

안녕하세요, 세계!

مرحبًا بالعالم!

नमस्ते, दुनिया!

Γεια σου, κόσμε!

Merhaba, dünya!

Habari, dunia!

שלום, עולם!

สวัสดีชาวโลก!

Xin chào, thế giới!

Witaj, świecie!

Hei, maailma!

Halló, heimur!

TranslateJARtoEnglish

Breaking language barriers for everyone

View Docs

Translate your favorite application

Upload language files directly to the server. Our application will automatically extract translatable strings, translate them into your desired language, and repackage them for download.

// Decompiled with CFR 0.152.
public class App {

    public static void main(String[] args) {
        System.out.println("");
        System.out.println("");
        System.out.println("");
        System.out.println("");
        System.out.println("");
    }
}

Translations that understand the full context

Our translation system is designed to understand the context of strings within code files, ensuring accurate and meaningful translations that fit seamlessly into your projects.

{
  "translations": [
    {
      "id": "drag_and_drop",
      "description": "Drag and drop a file here"
    },
    {
      "id": "export",
      "description": "Export Translated File"
    }
  ]
}
{
  "translations": [
    {
      "id": "drag_and_drop", // <-- won't be translated
      "description": ""
    },
    {
      "id": "export", // <-- won't be translated
      "description": ""
    }
  ]
}
Select a file
Provide a JAR, JSON, YAML, Properties or Lang file to be translated.