Skip to main content

Version: 18.11 (EOL)

Locales

The locales property defines the list of supported locale values that Workspaces uses to fetch the corresponding locale file stored under resources.

Options

Locale

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

Examples

Configure several languages
["es", "en", "fr", "it", "sl", "nb"]
Configure English language only
["en"]
Locale file en.json to be uploaded to resources
{
"Tasks": "Tasks",
"Profile": "Profile",
"Settings": "Settings",
"Sign out": "Sign out",
"Your profile": "Your profile",
"Given name": "Given name",
"Family name": "Family name",
"Email": "Email",
"Mobile": "Mobile",
"Save": "Save",
"Last update": "Last update",
"Task queues": "Task queue",
"Task created": "Task created",
"Task views": "Task views",
"All outstanding": "All outstanding",
"Unassigned": "Unassigned",
"Assigned to me": "Assigned to me",
"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",
"This panel may include documents not uploaded by the applicant": "This panel may include documents not uploaded by the applicant",
"Task ID": "Task ID",
"Name": "Name",
"Task status": "Task status",
"Assigned to": "Assigned to",
"Product": "Product",
"Last modified": "Last modified",
"Back to tasks": "Back to tasks",
"Task info": "Task info",
"Applicants": "Applicant",
"Applicant": "Applicant",
"Background checks": "Background checks",
"Primary": "Primary",
"Secondary": "Secondary",
"FIS Chexsystems": "FIS Chexsystems",
"Threat metrix": "Threat metrix",
"TIN check": "TIN check",
"IDA": "IDA",
"IDV": "IDV",
"OFAC": "OFAC",
"Qualfile": "Qualfile",
"Risk rating": "Risk rating",
"TIN verification": "TIN verification",
"Claim": "Claim",
"Receipt": "Receipt",
"Release": "Release",
"Decision": "Decision",
"Action": "Action",
"Application info": "Application info",
"App ID": "App ID",
"App status": "App status",
"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",
"SSN #": "SSN #",
"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",
"Sent emails": "Sent emails",
"Date sent": "Date sent",
"Info": "Info",
"Delivery status": "Delivery status",
"Follow up": "Follow up",
"Applicant validations": "Applicant validations",
"Type": "Type",
"View report": "View report",
"View JSON": "View JSON",
"View XML": "View XML",
"View PDF": "View PDF",
"UPDATE_ASSIGN_SUCCESS": "Task claimed",
"UPDATE_ASSIGN_ERROR": "Claim task: failed",
"UPDATE_UNASSIGN_SUCCESS": "Task released",
"UPDATE_UNASSIGN_ERROR": "Release 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"
}