Skip to content

Localization

Highly recommended to request the user's local language provided by the SDK and set it as the app language:

var locale = PortalSDK.GetLocale();
local locale = portal_sdk.get_locale();
const locale = window.PortalSDK.getLocale()

Locale strings in IETF language tag https://en.wikipedia.org/wiki/IETF_language_tag

Example: en de hy pl and etc