# Language settings

### 1. Icon settings, name, etc. in the languages menu

Access the XG7Plugins CORE configuration and locate these sections. Below are these sections and what they are used for.

<pre class="language-yaml"><code class="lang-yaml">#Language locale, searched for by the player's language
locale: en_US

<strong>#Name in the language menu
</strong>formatted-name: “English”

#Language menu icon
icon: " eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2QxNWQ1NjYyMDJhYzBlNzZjZDg5Nzc1 OWRmNWQwMWMxMWY5OTFiZDQ2YzVjOWEwNDM1N2VhODllZTc1In19fQ=="

#Icon in Geyser form
bedrock-icon: “URL, https://cdn.britannica.com/33/4833-050-F6E415FE/Flag-United-States-of-America.jpg”
</code></pre>

### 2. Help menu settings

<pre class="language-yaml"><code class="lang-yaml"><strong>#Here you can define the help menu settings inside the lang's file
</strong><strong>
</strong>help-menu:

  index:

    title: "[CENTER:INV] &#x26;rHelp of &#x3C;rainbow>XG7Plugins&#x3C;/rainbow>"

    see-in-chat: "Click here to see the help in chat"

    profile-item:
      name: "Profile: %player_name%"
      lang-chose: "&#x26;5Current language: &#x26;b%xg7plugins_player_lang%"
    lang-item:
      name: "&#x26;bLanguages"
      lore: "&#x26;5Click here to change profile lang"
    tasks-item:
      name: "&#x26;bTasks"
      lore: "&#x26;5Click here to see the tasks"
    about-item:
      name: "&#x26;bAbout"
      lore: "&#x26;5Click here to see the plugin information"
    commands-item:
      name: "&#x26;bCommands"
      lore: "&#x26;5Click here to see the commands"

  about: |
    &#x26;rAbout &#x26;9XG7Plugins&#x3C;br>
    &#x3C;br>
    &#x26;rVersion: &#x26;a%version%&#x26;r&#x3C;br>
    &#x26;rWebsite: &#x26;a&#x26;n%website%&#x26;r&#x3C;br>
    &#x26;rGitHub: &#x26;a&#x26;n%github%&#x26;r&#x3C;br>
    &#x26;rDiscord: &#x26;a&#x26;n%discord%&#x26;r
    &#x3C;endp>
    &#x26;rThis plugin was made for creating other plugins for XG7.&#x3C;br>
    &#x26;rIts goal is to manage tasks, include libraries (such as menus, scores, etc.) 
    and facilitate&#x3C;br> the creation of plugins.&#x3C;br>
    &#x26;rIt also has a language system for the inclusion of new languages.
    &#x3C;endp>
    &#x26;5&#x26;oDeveloped by DaviXG7
  

  command-help:
    title: "Commands of &#x26;e%plugin_name%"
    subcommands-title: "Subcommands of &#x26;b%subcommand%"

help-in-chat:

  page-not-found: "&#x26;cPage not found"

  title: "&#x26;7Welcome to the &#x26;6XG7Plugins &#x26;7help page!"

  content: "&#x26;eXG7Plugins is a plugin that aims to facilitate the creation of other plugins for other XG7Plugins. Click to see more information."

  back: "&#x26;aClick to back to the help"

  lang: "&#x26;aLanguages&#x26;f: &#x26;1click here to change profile lang"
  tasks: "&#x26;aTasks&#x26;f: &#x26;1click here to see the tasks"
  commands: "&#x26;aCommands&#x26;f: &#x26;1click here to see the commands"

  commands-title: "&#x26;7Commands of &#x26;6XG7Plugins &#x26;8(&#x26;7%page%&#x26;8/&#x26;7%max_page%&#x26;8)"

</code></pre>
