Skip to content

Latest commit

 

History

History
39 lines (19 loc) · 1.78 KB

cannot-set-up-globalization-in-the-extension-application-neo-environment-4cd04c4.md

File metadata and controls

39 lines (19 loc) · 1.78 KB

Cannot Set Up Globalization in the Extension Application (Neo Environment)

Cannot set up globalization in the extension application

You want to implement globalization (internationalization/localization) in your extension application and you are using the SAP SuccessFactors identity provider.

You can switch the application language depending on the SAML locale attribute which is propagated to your Java application during login.

See:

Option 2

You can use the SAP SuccessFactors OData API.

If you get the current user profile ({odata_api_host}/odata/v2/User('<user_id>')), there is a property called defaultLocale that you can use.

See: