Fortinet black logo

Administration Guide

Custom languages

Custom languages

Custom languages can be uploaded and used for SSL VPN web 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 in an SSL VPN web portal in the GUI:
  1. Go to VPN > SSL-VPN Portals.
  2. Edit an existing portal, or click Create New to create a new one.
  3. Enable Enable Web Mode, then select the language from the Language field.

  4. 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 SSL VPN web portal in the GUI:
config vpn ssl web portal
    edit <portal>
        set web-mode enable
        set custom-lang <language>
    next
end

More Links

Custom languages

Custom languages can be uploaded and used for SSL VPN web 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 in an SSL VPN web portal in the GUI:
  1. Go to VPN > SSL-VPN Portals.
  2. Edit an existing portal, or click Create New to create a new one.
  3. Enable Enable Web Mode, then select the language from the Language field.

  4. 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 SSL VPN web portal in the GUI:
config vpn ssl web portal
    edit <portal>
        set web-mode enable
        set custom-lang <language>
    next
end