Skip to main content

Version: 19.11 (EOL)

Locales

The locales config is a JSON array that identifies the list of locales available in your Workspaces portal. locales is an element of the Global config property.

For each available locale, there is a corresponding locale file called <locale-value>.json (for example, en.json) which is stored on Journey Manager (JM) as a resource. Each locale file contains a JSON object that specifies translations for the static text elements in the Workspaces user interface. For more information about creating JM resources, see Create a Form Space Resource.

Supported locales

Workspaces supports the following locales.

ValueKeyLabel
arar_EGArabic
bgbg_BGBulgarian
zhzh_TWChinese
caca_ESCatalan
cscs_CZCzech
nlnl_NLDutch
enen_USEnglish
etet_EEEstonian
fifi_FIFinnish
frfr_FRFrench
dede_DEGerman
elel_GRGreek
isis_ISIcelandic
itit_ITItalian
jaja_JPJapanese
koko_KRKorean
kuku_IQKurdish
nbnb_NONorwegian Bokmål
fafa_IRPersian
plpl_PLPolish
ptpt_PTPortuguese
ruru_RURussian
srsr_RSSerbian
sksk_SKSlovak
slsl_SISlovenian
eses_ESSpanish
svsv_SESwedish
thth_THThai
trtr_TRTurkish
ukuk_UAUkrainian
vivi_VNVietnamese
info

The currentLocale element in the global config identifies the locale that is selected and currently applied to your Workspaces portal.

Attributes

For a list of supported attributes, see Reference > CurrentSpaceActions.

Examples

The following example configures Spanish (es), US English (en), French (fr), Italian (it), Slovenian (sl) and Norwegian Bokmål (nb) locales to be available in the Workspaces portal.

Locales config
["es", "en", "fr", "it", "sl", "nb"]

The following example is for an English language configuration that would be stored in a file called en.json (and uploaded as a resource on JM).

en.json
{
"Home": "Home",
"Process": "Process",
"Helpdesk": "Helpdesk",
"Assisted Channel": "Assisted Channel",
"Manage": "Manage",
"Primary applicant": "Primary applicant",
"App ID": "App ID",
"Product": "Product",
"Current queue": "Current queue",
"App age": "App age",
"Assigned to": "Assigned to",
"Current Step": "Current Step",
"Current task": "Current task",
"Task Created": "Task Created",
"Last modified": "Last modified",
"App status": "App status",
"Task Status": "Task Status",
"Date of birth": "Date of birth",
"SSN #": "SSN #",
"Email": "Email",
"Phone #": "Phone #",
"App submitted": "App submitted",
"Form status": "Form status",
"Date of Birth": "Date of Birth",
"Secondary": "Secondary",
"Guarantor": "Guarantor",
"Threat metrix": "Threat metrix",
"Decision": "Decision",
"Risk rating": "Risk rating",
"TIN check": "TIN check",
"TIN verification": "TIN verification",
"FIS Chexsystems": "FIS Chexsystems",
"Beneficiary": "Beneficiary",
"Sent emails": "Sent emails",
"Info": "Info",
"Follow up": "Follow up",
"View report": "View report",
"Queues": "Queues",
"Created Date": "Created Date",
"All outstanding": "All outstanding",
"Unassign": "Unassign",
"Recover": "Recover",
"Unassigned": "Unassigned",
"Withdraw": "Withdraw",
"Assigned to me": "Assigned to me",
"Completed tasks": "Completed tasks",
"Created date": "Created date",
"Form / Product type": "Form / Product type",
"All my applications": "All my applications",
"My submitted": "My submitted",
"My saved": "My saved",
"My abandoned": "My abandoned",
"All applications": "All applications",
"All form states": "All form states",
"Submitted": "Submitted",
"Saved": "Saved",
"Abandoned": "Abandoned",
"Tasks": "Tasks",
"Profile": "Profile",
"Settings": "Settings",
"Logout": "Logout",
"Given name": "Given name",
"Family name": "Family name",
"Mobile": "Mobile",
"Save": "Save",
"Last update": "Last update",
"Task queues": "Task queue",
"Task created": "Task created",
"Task views": "Task views",
"Views": "Views",
"Latest tasks": "Latest tasks",
"Opened last week": "Opened last week",
"Deposit account opening": "Deposit account opening",
"Next page": "Next page",
"Previous page": "Previous page",
"Rows per page": "Rows per page",
"Ok": "Ok",
"Clear": "Clear",
"Cancel": "Cancel",
"Search": "Search",
"Filter": "Filter",
"Sort": "Sort",
"Filters": "Filters",
"Reset": "Reset",
"Type exact text to match; e.g. \"Apple\" instead of \"Appl\"": "Type exact text to match; e.g. \"Apple\" instead of \"Appl\"",
"No results found, try widening your search": "No results found, try widening your search",
"Task ID": "Task ID",
"Name": "Name",
"Task status": "Task status",
"Back to": "Back to",
"Key info": "Key info",
"Applicants": "Applicants",
"Primary": "Primary",
"IDA": "IDA",
"IDV": "IDV",
"OFAC": "OFAC",
"Qualfile": "Qualfile",
"Claim": "Claim",
"Receipt": "Receipt",
"Release": "Release",
"Action": "Action",
"App created": "App created",
"Notes": "Notes",
"Type a note...": "Type a note...",
"Note": "Note",
"Timeline": "Timeline",
"Time in queue": "Time in queue",
"Submitted on": "Submitted on",
"Score": "Score",
"Task": "Task",
"Documents": "Documents",
"Attached Documents": "Attached Documents",
"Add / Remove": "Add / Remove",
"Upload documents": "Upload documents",
"There are no documents uploaded": "There are no documents uploaded",
"Funding status": "Funding status",
"Funding type": "Funding type",
"Funding amount": "Funding amount",
"Date sent": "Date sent",
"Delivery status": "Delivery status",
"Applicant validations": "Applicant validations",
"Type": "Type",
"View JSON": "View JSON",
"View XML": "View XML",
"View PDF": "View PDF",
"Page not found.": "Page not found.",
"Looks like you have followed a broken link or entered a URL that does not exist.": "Looks like you have followed a broken link or entered a URL that does not exist.",
"Something went wrong.": "Something went wrong.",
"Please contact support.": "Please contact support.",
"Try again": "Try again",
"UPDATE_CLAIM_SUCCESS": "Task claimed",
"UPDATE_CLAIM_ERROR": "Claim task: failed",
"UPDATE_RELEASE_SUCCESS": "Task released",
"UPDATE_RELEASE_ERROR": "Release task: failed",
"UPDATE_REOPEN_SUCCESS": "Task recovered",
"UPDATE_REOPEN_ERROR": "Recover task: failed",
"UPDATE_CANCEL_SUCCESS": "Task withdrawn",
"UPDATE_CANCEL_ERROR": "Withdraw task: failed",
"UPDATE_ASSIGN_SUCCESS": "Task assigned",
"UPDATE_ASSIGN_ERROR": "Assign task: failed",
"UPDATE_UNASSIGN_SUCCESS": "Task unassigned",
"UPDATE_UNASSIGN_ERROR": "Unassign task: failed",
"UPDATE_ATTACHMENT_SUCCESS": "Document uploaded",
"UPDATE_ATTACHMENT_ERROR": "Document upload: failed",
"UPDATE_COMMENT_SUCCESS": "Note added",
"UPDATE_COMMENT_ERROR": "Add note: failed",
"UPDATE_DECISION_SUCCESS": "Decision submitted",
"UPDATE_DECISION_ERROR": "Submit decision: failed",
"UPDATE_PROFILE_SUCCESS": "Profile updated",
"UPDATE_PROFILE_ERROR": "Profile update: failed",
"Too short": "Too short",
"Too long": "Too long",
"*Required": "*Required",
"Invalid email": "Invalid email",
"View Form": "View Form",
"Please search by application id": "Please search by application id",
"No applications found. Create a new application.": "No applications found. Create a new application.",
"New Form": "New Form",
"Add a note": "Add a note",
"Press Enter to submit": "Press Enter to submit",
"Invalid Mobile number": "Invalid Mobile number",
"Application Timeline": "Application Timeline",
"URGENT": "URGENT",
"SLA": "SLA",
"SLA Expiry": "SLA Expiry",
"Sent mail": "Sent mail",
"None": "None",
"Updated": "Updated",
"Never Updated": "Never Updated",
"Assigned Queue": "Assigned Queue",
"Assignee": "Assignee",
"Created": "Created",
"Task Id": "Task Id",
"Form / Product Type": "Form / Product Type",
"SSN": "SSN",
"More": "More",
"Assign": "Assign"
}