Skip to content

how can i multiple languages on readme? #139493

Closed Answered by madtethys
mustcodes asked this question in Profile
Discussion options

You must be logged in to vote

To add multiple languages to your README on GitHub, you can follow these steps:

1. Use Language Sections

Organize your README with sections for each language. For example:

# Project Title

## English

This is the English description of the project.

## Español

Esta es la descripción del proyecto en español.

## Français

Ceci est la description du projet en français.

2. Language-Specific Files

If your project has a lot of content in different languages, consider creating separate Markdown files for each language:

  • README.en.md
  • README.es.md
  • README.fr.md

You can then link to these files from your main README:

# Project Title

For English, see [README.en.md](README.en.md)  
Para español, c…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mustcodes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants