Captive Portal Customizations - Language

From Social ID Developers
Jump to: navigation, search

Description

Set the captive portal language.

Current supported languages are: English (en), Portuguese (pt_br) and Spanish (es).

It's recommended to customize the language in the Layout configuration to make sure it is applied to all other pages.

See also:

Default Value

The default language is retrieved by the user's browser preferences. If there are no translations configured for the browser's language, it's set to pt_br.

Customization Example

<script>
  appConfig.customization = appConfig.customization || {};
  appConfig.customization.language = 'pt_br';
</script>
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox