Captive Portal Customizations - Language

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
(Description)
(Description)
 
Line 7: Line 7:
 
It's recommended to customize the language in the Layout configuration to make sure it is applied to all other pages.
 
It's recommended to customize the language in the Layout configuration to make sure it is applied to all other pages.
  
See also: [[Captive Portal Customizations - Translations | Translations ]]
+
See also:
 +
* [[Captive Portal Customizations - Translations | Translations ]]
  
 
== Default Value ==
 
== Default Value ==

Latest revision as of 20:22, 27 October 2017

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