You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locale to be used are those of ISO 639-1 and ISO 3166-1 alpha-2 (like fr-CH, en-GB, en-US. etc...).
Except for French, it just need the language name without the country code: fr instead of fr-FR.
With fr-FR it return the following error : Cannot read properties of undefined (reading 'trim')
The text was updated successfully, but these errors were encountered:
The Scheduler has processed the culture code using the CLDR data. However, the fr-FR culture code is not included in the CLDR data package. As a result, the Scheduler generates an error when attempting to use the fr-FR culture code.
Locale to be used are those of ISO 639-1 and ISO 3166-1 alpha-2 (like
fr-CH
,en-GB
,en-US
. etc...).Except for French, it just need the language name without the country code:
fr
instead offr-FR
.With
fr-FR
it return the following error :Cannot read properties of undefined (reading 'trim')
The text was updated successfully, but these errors were encountered: