Fortinet white logo
Fortinet white logo

Administration Guide

Custom languages

Custom languages

Custom languages can be uploaded and used for Agentless VPN portals. Custom languages must be enabled before they can be added in the GUI.

To enable custom languages:
config system global
    set gui-custom-language enable
end
To configure a custom language in the GUI:
  1. Go to System > Custom Languages and click Create New.
  2. Enter the name of the language.
  3. Optionally, enter a comment.
  4. Click Upload and upload the language JSON file from your management computer.

  5. Click OK.
To configure a language for Agentless VPN portals in the GUI:
  1. Go to VPN > Agentless VPN Settings.
  2. Set Language to Browser preference or System.
  3. Click OK.
To configure a custom language in the CLI:
config system custom-language
    edit <language>
        set filename <file>
    next
end
To configure a language in an Agentless VPN portal in the CLI:
config vpn ssl web portal
    edit <portal>
        set web-mode enable
        set custom-lang <language>
    next
end

More Links

Custom languages

Custom languages

Custom languages can be uploaded and used for Agentless VPN portals. Custom languages must be enabled before they can be added in the GUI.

To enable custom languages:
config system global
    set gui-custom-language enable
end
To configure a custom language in the GUI:
  1. Go to System > Custom Languages and click Create New.
  2. Enter the name of the language.
  3. Optionally, enter a comment.
  4. Click Upload and upload the language JSON file from your management computer.

  5. Click OK.
To configure a language for Agentless VPN portals in the GUI:
  1. Go to VPN > Agentless VPN Settings.
  2. Set Language to Browser preference or System.
  3. Click OK.
To configure a custom language in the CLI:
config system custom-language
    edit <language>
        set filename <file>
    next
end
To configure a language in an Agentless VPN portal in the CLI:
config vpn ssl web portal
    edit <portal>
        set web-mode enable
        set custom-lang <language>
    next
end