yForms multiple language selector not working after publishing on Storefront? - forms

I am working on SAP Hybris yForms. We have yForms published with Storefront- electronics (Hybris version 6.5).The yForm created has two languages supported. While testing I can see the language drop-down for selecting language however whenever I publish the form with storefront I am unable to select the language.

Related

Form Embedding Support in formsflow.ai

I’m using the latest formsflow.ai v5.0.0. Is there any way I could embed the form created with the formsflow.ai platform to another existing application outside the formsflow.ai ?
Giving a sample screenshot of form designed in the Designer step, Could get this for a client login user in the application to Submit. Would need to get it embedded without using any Iframe.
Yes you can embed the form created with the formsflow.ai platform to another existing application outside the formsflow.ai. For that you can refer our documentation.formsflow.ai documentation
step 1 click above mentioned link and go to features.
step 2 There you can see the option for form embedding. Follow the instructions as per the documentation.
Then you can embed the forms inside your application

Microsoft Team - Create new team with predefine language for underlying SharePoint site

Our Microsoft 365 is configured with Danish as default language, as a consequence is the language of all SharePoint team sites that are automatically created by Microsoft 365 when creating a new team also using Danish. This is a problem because the document library is using https://foobar.sharepoint.com/sites/test/Delte%20dokumenter/Forms/AllItems.aspx instead of https://foobar.sharepoint.com/sites/test/Shared%20Documents/Forms/AllItems.aspx as URL.
I am now trying to find a way to create multiple teams (50+) where the language of the SPO site is English instead of Danish.
I have already tried the following concepts without success
Approach 1: Use a team-template when creating a new team, the language defined by the template does not affect the language of the SPO site.
Approach 2: Creating unified group first and than convert unified-group into team: The language of cmdlet New-UnifiedGroup does not affect the language of the SPO site
Approach 3: Create SPO site with PowerShell first and than create team based on this site. A similar concept is covered in blog article
Create a Team From Existing SharePoint Online Modern Team Site Using PowerShell, but the problem is the fact that I cannot create a group-enabled team-site using PowerShell, when using template STS#3 - the attempt to create a new SPO site using template GROUP#0 results in error (The web template GROUP#0 is not available for sites on this tenant)
Ok, I found a solution: Use the cmdlet Set-SPOSiteOffice365Group
My approach includes now the following step:
Create a SPO team site with PowerShell (not related to a unified group). Defined the correct /needed language via parameter LocaleId.
Use Set-SPOSiteOffice365Group - this will create a new unified group and that will use the exiting SPO team-site
Convert the unified group into team, see Creating a New Microsoft 365 Group with the Microsoft PowerShell Graph SDK

How to generate report (for example html report) using a different language aside from English in OWASP ZAP?

I am supposed to generate a html report with a specific language (aside from English) but I could not find a solution how to change it. It's my first time to use OWASP ZAP.
I tried changing it's language (for example 日本語) and restart the application but the generated report is still in English.
The text used in the ZAP alerts is generated when they are found, rather than when the report is generated.
So you will need to:
Change the language in the ZAP desktop
Restart ZAP (the language cannot be applied dynamically I'm afraid)
Perform a ZAP scan
Generate the report
How much of the text will be translated will depend on the language - some languages have been translated more than others.
All of the translations have been provided by the community - anyone can help out via https://crowdin.com/project/owasp-zap

multi-language Enable or Disable in SAP FIORI Launchpad

Two language(English and German) are available on SAP Launchpad Login page.
SAP MANUALS, I found that we have to redefine below property :
Application supported languages
application_languages=EN,DE,FR
But I am not able to find exact place where to make the changes to enable or disable Arabic language.
Can anyone please help on this?
regards,
Umar Abdullah
By default, launchpad texts are displayed in the logon language. You can override this setting using a URL parameter.
The language for launchpad texts is set according to the following process:
1) If a value is set for URL parameter sap-language and the specified language is installed on the backend server, launchpad texts are displayed in this language.
2) If no language is defined for URL parameter sap-language, launchpad texts are displayed in the default language set in the ABAP system in Maintain User Profile (transaction SU01).
3) If no language is defined for URL parameter sap-language or Maintain User Profile, the browser settings for header field Accept-Language are taken into account. The system selects the first language from the list that is maintained in the browser, and which is also installed in the SAP system.
Please see also the corresponding docu.

Oracle Application Express plugin development using v4.2.2

I am working on some Oracle APEX Plugin development and wonder whether the following requirement is possible.
I basically would like to be able, via a plugin, create a form with say six page items, where two of those page items might be LOVs, another two are page items are text fields, where users have to enter values and the remaining two are display items only.
Based on this form requirement, I want to be able to upload/install this plugin within other Oracle Application Express apps/schemas, so when installed within other apps, this plugin is rendered within a region and the data is stored within a table in that schema, but using the form described above.
Can this be achieved building a plugin in Oracle APEX, and if so, how?
Create a stock application with the pages and regions that need to be replicated, export that, and import it into the other workspaces that need it. Then, when developing an application, copy the regions and/or pages as necessary from that stock application.