Localization string IDs

The Localization element enables you to support multiple locales or languages in the policy for the user journeys. This commodity provides the list of localization IDs that you lot can use in your policy. To go familiar with UI localization, encounter Localization.

Sign-up or sign-in page elements

The post-obit IDs are used for a content definition with an ID of api.signuporsignin, and self-asserted technical profile.

ID Default value Page Layout Version
forgotpassword_link Forgot your countersign? All
createaccount_intro Don't accept an account? All
button_signin Sign in All
social_intro Sign in with your social business relationship All
remember_me Keep me signed in. All
unknown_error We are having problem signing you in. Please try once more later on. All
divider_title OR All
local_intro_email Sign in with your existing account < 2.0.0
logonIdentifier_email E-mail Address < 2.0.0
requiredField_email Please enter your email < 2.0.0
invalid_email Please enter a valid email address < 2.0.0
email_pattern ^[a-zA-Z0-9.!#$%&''*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-ix-]+)*$ < 2.0.0
local_intro_username Sign in with your user name < 2.0.0
logonIdentifier_username Username < 2.0.0
requiredField_username Please enter your user name < ii.0.0
password Password < 2.0.0
requiredField_password Please enter your password < 2.0.0
createaccount_link Sign up now < 2.0.0
cancel_message The user has forgotten their password < 2.0.0
invalid_password The password you entered is not in the expected format. < 2.0.0
createaccount_one_link Sign up at present >= 2.0.0
createaccount_two_links Sign upward with {0} or {1} >= 2.0.0
createaccount_three_links Sign upwards with {0}, {i}, or {2} >= 2.0.0
local_intro_generic Sign in with your {0} >= two.1.0
requiredField_generic Please enter your {0} >= 2.1.0
invalid_generic Please enter a valid {0} >= 2.1.one
heading Sign in >= two.ane.1

Note

  • Placeholders similar {0} volition be filled automatically with the DisplayName value of ClaimType.
  • To learn how to localize ClaimType, come across Sign-up or sign-in case.

The following example shows the use of some of the user interface elements in the sign-upwards or sign-in page:

Screenshot that shows sign-up or sign-in page U X elements.

Sign-upward or sign-in identity providers

The ID of the identity providers is configured in the user journey ClaimsExchange chemical element. To localize the championship of the identity provider, the ElementType is set to ClaimsProvider, while the StringId is set to the ID of the ClaimsExchange.

              <OrchestrationStep Order="two" Type="ClaimsExchange">   <Preconditions>     <Precondition Blazon="ClaimsExist" ExecuteActionsIf="true">       <Value>objectId</Value>       <Activeness>SkipThisOrchestrationStep</Action>     </Precondition>   </Preconditions>   <ClaimsExchanges>     <ClaimsExchange Id="FacebookExchange" TechnicalProfileReferenceId="Facebook-OAUTH" />     <ClaimsExchange Id="MicrosoftExchange" TechnicalProfileReferenceId="MSA-OIDC" />     <ClaimsExchange Id="GoogleExchange" TechnicalProfileReferenceId="Google-OAUTH" />     <ClaimsExchange Id="SignUpWithLogonEmailExchange" TechnicalProfileReferenceId="LocalAccount" />   </ClaimsExchanges> </OrchestrationStep>                          

The post-obit case localizes the Facebook identity provider to Arabic:

              <LocalizedString ElementType="ClaimsProvider" StringId="FacebookExchange">فيس بوك</LocalizedString>                          

Sign-upwardly or sign-in error letters

ID Default value
UserMessageIfInvalidPassword Your password is incorrect.
UserMessageIfPasswordExpired Your password has expired.
UserMessageIfClaimsPrincipalDoesNotExist We tin't seem to find your account.
UserMessageIfOldPasswordUsed Looks like you used an sometime countersign.
DefaultMessage Invalid username or countersign.
UserMessageIfUserAccountDisabled Your account has been locked. Contact your support person to unlock information technology, and so try over again.
UserMessageIfUserAccountLocked Your account is temporarily locked to foreclose unauthorized use. Try over again later on.
AADRequestsThrottled In that location are too many requests at this moment. Please wait for some time and try once more.

Sign-up or sign-in example

              <LocalizedResources Id="api.signuporsignin.en">   <LocalizedStrings>     <LocalizedString ElementType="ClaimType" ElementId="e-mail" StringId="DisplayName">Email Address</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="heading">Sign in</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="social_intro">Sign in with your social business relationship</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="local_intro_generic">Sign in with your {0}</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="requiredField_password">Please enter your countersign</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="requiredField_generic">Please enter your {0}</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="invalid_generic">Please enter a valid {0}</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="createaccount_one_link">Sign up now</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="createaccount_two_links">Sign up with {0} or {1}</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="createaccount_three_links">Sign up with {0}, {1}, or {two}</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="forgotpassword_link">Forgot your countersign?</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="button_signin">Sign in</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="divider_title">OR</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="unknown_error">We are having trouble signing you in. Please endeavour again later on.</LocalizedString>     <!-- Uncomment the remember_me just if the go along me signed in is activated.      <LocalizedString ElementType="UxElement" StringId="remember_me">Go along me signed in</LocalizedString> -->     <LocalizedString ElementType="ClaimsProvider" StringId="FacebookExchange">Facebook</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidPassword">Your countersign is incorrect.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfPasswordExpired">Your countersign has expired.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimsPrincipalDoesNotExist">We tin't seem to find your account.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfOldPasswordUsed">Looks like you used an old countersign.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="DefaultMessage">Invalid username or password.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfUserAccountDisabled">Your business relationship has been locked. Contact your back up person to unlock information technology, and so try once more.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfUserAccountLocked">Your business relationship is temporarily locked to preclude unauthorized utilise. Try once again later.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="AADRequestsThrottled">There are too many requests at this moment. Delight wait for some time and effort again.</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

Sign-up and self-asserted pages user interface elements

The following are the IDs for a content definition with an ID of api.localaccountsignup or any content definition that starts with api.selfasserted, such as api.selfasserted.profileupdate and api.localaccountpasswordreset, and self-asserted technical profile.

ID Default value
ver_sent Verification code has been sent to:
ver_but_default Default
cancel_message The user has canceled entering cocky-asserted information
preloader_alt Please wait
ver_but_send Transport verification code
alert_yes Aye
error_fieldIncorrect 1 or more fields are filled out incorrectly. Please check your entries and try again.
yr Year
verifying_blurb Please wait while we process your information.
button_cancel Abolish
ver_fail_no_retry You've made too many incorrect attempts. Please endeavour again later on.
month Month
ver_success_msg E-mail address verified. You can now continue.
months January, Feb, March, April, May, June, July, Baronial, September, October, November, December
ver_fail_server We are having trouble verifying your email address. Please enter a valid email address and attempt again.
error_requiredFieldMissing A required field is missing. Delight fill out all required fields and try again.
initial_intro Delight provide the following details.
ver_but_resend Send new code
button_continue Create
error_passwordEntryMismatch The countersign entry fields do non match. Please enter the same password in both fields and endeavor over again.
ver_incorrect_format Incorrect format.
ver_but_edit Change e-mail
ver_but_verify Verify lawmaking
alert_no No
ver_info_msg Verification code has been sent to your inbox. Please copy it to the input box beneath.
day Day
ver_fail_throttled There have been too many requests to verify this email address. Please await a while, then try again.
helplink_text What is this?
ver_fail_retry That code is incorrect. Delight endeavour once again.
alert_title Cancel Entering Your Details
required_field This information is required.
alert_message Are you sure that you want to cancel entering your details?
ver_intro_msg Verification is necessary. Please click Send button.
ver_input Verification code

Sign-up and self-asserted pages error messages

ID Default value
UserMessageIfClaimsPrincipalAlreadyExists A user with the specified ID already exists. Please choose a different i.
UserMessageIfClaimNotVerified Claim non verified: {0}
UserMessageIfIncorrectPattern Incorrect pattern for: {0}
UserMessageIfMissingRequiredElement Missing required element: {0}
UserMessageIfValidationError Mistake in validation by: {0}
UserMessageIfInvalidInput {0} has invalid input.
ServiceThrottled There are too many requests at this moment. Please expect for some fourth dimension and try again.

The following example shows the use of some of the user interface elements in the sign-up page:

Sign-up page with its UI element names labeled

The post-obit example shows the use of some of the user interface elements in the sign-upward page, after user clicks on send verification lawmaking push button:

Sign-up page email verification UX elements

Sign-up and self-asserted pages case

              <LocalizedResources Id="api.localaccountsignup.en">   <LocalizedStrings>     <LocalizedString ElementType="ClaimType" ElementId="email" StringId="DisplayName">Email Address</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="email" StringId="UserHelpText">Electronic mail address that can exist used to contact yous.</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="electronic mail" StringId="PatternHelpText">Delight enter a valid email accost.</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="newPassword" StringId="DisplayName">New Password</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="newPassword" StringId="UserHelpText">Enter new password</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="newPassword" StringId="PatternHelpText">8-16 characters, containing 3 out of four of the post-obit: Lowercase characters, uppercase characters, digits (0-9), and i or more of the following symbols: @ # $ % ^ &amp; * - _ + = [ ] { } | \ : ' , ? / ` ~ " ( ) ; .</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="reenterPassword" StringId="DisplayName">Confirm New Password</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="reenterPassword" StringId="UserHelpText">Confirm new password</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="reenterPassword" StringId="PatternHelpText">#8-16 characters, containing three out of iv of the following: Lowercase characters, upper-case letter characters, digits (0-9), and one or more of the following symbols: @ # $ % ^ &amp; * - _ + = [ ] { } | \ : ' , ? / ` ~ " ( ) ; .</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="displayName" StringId="DisplayName">Display Name</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="displayName" StringId="UserHelpText">Your display name.</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="surname" StringId="DisplayName">Surname</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="surname" StringId="UserHelpText">Your surname (as well known as family unit name or last proper name).</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="givenName" StringId="DisplayName">Given Name</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="givenName" StringId="UserHelpText">Your given proper noun (likewise known as showtime name).</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="button_continue">Create</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_fieldIncorrect">One or more fields are filled out incorrectly. Please check your entries and attempt once more.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_passwordEntryMismatch">The password entry fields do not match. Please enter the aforementioned countersign in both fields and endeavor again.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_requiredFieldMissing">A required field is missing. Please fill out all required fields and try again.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="helplink_text">What is this?</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="initial_intro">Please provide the following details.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="preloader_alt">Delight wait</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="required_field">This data is required.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_but_edit">Change e-mail</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_but_resend">Transport new code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_but_send">Send verification code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_but_verify">Verify code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_fail_code_expired">That lawmaking is expired. Please request a new code.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_fail_no_retry">Yous've fabricated also many incorrect attempts. Delight try once again later.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_fail_retry">That code is incorrect. Please try again.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_fail_server">We are having trouble verifying your electronic mail address. Please enter a valid e-mail address and try once more.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_fail_throttled">In that location accept been too many requests to verify this email accost. Please wait a while, then try again.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_info_msg">Verification code has been sent to your inbox. Please copy it to the input box beneath.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_input">Verification lawmaking</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_intro_msg">Verification is necessary. Please click Send button.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="ver_success_msg">Electronic mail address verified. You can now go along.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="ServiceThrottled">There are too many requests at this moment. Please wait for some fourth dimension and try once again.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimNotVerified">Claim not verified: {0}</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimsPrincipalAlreadyExists">A user with the specified ID already exists. Please choose a unlike one.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfIncorrectPattern">Wrong design for: {0}</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidInput">{0} has invalid input.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMissingRequiredElement">Missing required chemical element: {0}</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfValidationError">Fault in validation past: {0}</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

Phone factor authentication page user interface elements

The Following are the IDs for a content definition with an ID of api.phonefactor, and telephone gene technical profile.

ID Default value Folio Layout Version
button_verify Telephone call Me All
country_code_label State Code All
cancel_message The user has canceled multi-gene authentication All
text_button_send_second_code ship a new code All
code_pattern \d{half dozen} All
intro_mixed We take the following number on tape for yous. We can send a code via SMS or telephone to authenticate you. All
intro_mixed_p We have the following numbers on tape for yous. Choose a number that we tin phone or send a lawmaking via SMS to authenticate y'all. All
button_verify_code Verify Lawmaking All
requiredField_code Delight enter the verification lawmaking yous received All
invalid_code Please enter the 6-digit code you received All
button_cancel Cancel All
local_number_input_placeholder_text Phone number All
button_retry Retry All
alternative_text I don't have my telephone All
intro_phone_p We accept the following numbers on tape for you. Choose a number that we can telephone to authenticate you. All
intro_phone We have the following number on record for you. Nosotros will phone to authenticate you lot. All
enter_code_text_intro Enter your verification code below, or All
intro_entry_phone Enter a number beneath that nosotros tin phone to authenticate you. All
intro_entry_sms Enter a number below that we can send a code via SMS to authenticate you. All
button_send_code Send Code All
invalid_number Please enter a valid phone number All
intro_sms We take the post-obit number on record for you lot. We volition send a lawmaking via SMS to cosign y'all. All
intro_entry_mixed Enter a number below that we tin send a code via SMS or phone to authenticate you lot. All
number_pattern ^\\+(?:[0-nine][\\x20-]?){half dozen,14}[0-9]$ All
intro_sms_p We have the post-obit numbers on record for you. Cull a number that we tin send a code via SMS to authenticate you. All
requiredField_countryCode Delight select your land code All
requiredField_number Delight enter your phone number All
country_code_input_placeholder_text Country or region All
number_label Phone Number All
error_tryagain The phone number you provided is busy or unavailable. Please check the number and try again. All
error_sms_throttled You hit the limit on the number of text letters. Try again before long. >= 1.2.3
error_phone_throttled You hit the limit on the number of telephone call attempts. Try once more shortly. >= 1.2.3
error_throttled You hitting the limit on the number of verification attempts. Try again shortly. >= 1.2.iii
error_incorrect_code The verification code you take entered does not match our records. Please effort again, or request a new code. All
countryList See the countries list. All
error_448 The phone number y'all provided is unreachable. All
error_449 User has exceeded the number of retry attempts. All
verification_code_input_placeholder_text Verification code All

The following example shows the use of some of the user interface elements in the MFA enrollment page:

Phone factor authentication enrollment UX elements

The following example shows the utilise of some of the user interface elements in the MFA validation folio:

Phone factor authentication validation UX elements

Phone gene authentication page example

              <LocalizedResources Id="api.phonefactor.en">   <LocalizedStrings>     <LocalizedString ElementType="UxElement" StringId="button_verify">Call Me</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="country_code_label">Country Code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="cancel_message">The user has canceled multi-factor authentication</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="text_button_send_second_code">Send a new code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="code_pattern">\d{half-dozen}</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_mixed">We take the following number on record for you. Nosotros can send a code via SMS or phone to authenticate you.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_mixed_p">We have the following numbers on record for y'all. Choose a number that we can phone or send a code via SMS to authenticate you.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="button_verify_code">Verify Code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="requiredField_code">Please enter the verification code you lot received</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="invalid_code">Please enter the half-dozen-digit code you received</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="button_cancel">Abolish</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="local_number_input_placeholder_text">Phone number</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="button_retry">Retry</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="alternative_text">I don't have my telephone</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_phone_p">We have the following numbers on record for you. Choose a number that nosotros tin can telephone to authenticate yous.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_phone">We have the post-obit number on tape for you. We will telephone to authenticate you lot.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="enter_code_text_intro">Enter your verification lawmaking below, or</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_entry_phone">Enter a number below that we tin can phone to authenticate you lot.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_entry_sms">Enter a number below that we can transport a code via SMS to authenticate you.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="button_send_code">Send Code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="invalid_number">Please enter a valid phone number</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_sms">We have the following number on record for you. We will send a code via SMS to authenticate you lot.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_entry_mixed">Enter a number beneath that we can ship a code via SMS or phone to authenticate you lot.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="number_pattern">^\+(?:[0-nine][\x20-]?){six,14}[0-9]$</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="intro_sms_p">We take the following numbers on record for you. Choose a number that we can send a code via SMS to cosign y'all.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="requiredField_countryCode">Delight select your land lawmaking</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="requiredField_number">Please enter your phone number</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="country_code_input_placeholder_text">Country or region</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="number_label">Phone Number</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_tryagain">The phone number you provided is busy or unavailable. Delight check the number and try again.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_sms_throttled">You lot hit the limit on the number of text messages. Try again shortly.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_phone_throttled">You lot hit the limit on the number of call attempts. Try once again shortly.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_throttled">You lot hit the limit on the number of verification attempts. Attempt again before long.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_incorrect_code">The verification code y'all take entered does not lucifer our records. Please try again, or request a new code.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="countryList">{"DEFAULT":"Country/Region","AF":"Afghanistan","AX":"Åland Islands","AL":"Albania","DZ":"People's democratic republic of algeria","As":"American Samoa","AD":"Andorra","AO":"Angola","AI":"Anguilla","AQ":"Antarctica","AG":"Antigua and Barbuda","AR":"Argentina","AM":"Armenia","AW":"Aruba","AU":"Commonwealth of australia","AT":"Austria","AZ":"Azerbaijan","BS":"Commonwealth of the bahamas","BH":"Bahrain","BD":"Bangladesh","BB":"Barbados","BY":"Belarus","Be":"Belgium","BZ":"Belize","BJ":"Republic of benin","BM":"Bermuda","BT":"Bhutan","BO":"Bolivia","BQ":"Bonaire","BA":"Bosnia and herzegovina","BW":"Botswana","BV":"Bouvet Island","BR":"Brazil","IO":"Biot","VG":"British Virgin Islands","BN":"Negara brunei darussalam","BG":"Bulgaria","BF":"Burkina Faso","BI":"Burundi","CV":"Cabo Verde","KH":"Cambodia","CM":"Cameroon","CA":"Canada","KY":"Cayman Islands","CF":"Central African Republic","TD":"Republic of chad","CL":"Chile","CN":"Communist china","CX":"Christmas Island","CC":"Cocos (Keeling) Islands","CO":"Colombia","KM":"Comoros","CG":"Congo","CD":"Congo (DRC)","CK":"Cook Islands","CR":"Costa Rica","CI":"Côte d'Ivoire","60 minutes":"Republic of croatia","CU":"Cuba","CW":"Curaçao","CY":"Cyprus","CZ":"Czechia","DK":"Kingdom of denmark","DJ":"Djibouti","DM":"Dominica","DO":"Dominican Republic","EC":"Ecuador","EG":"Egypt","SV":"El Salvador","GQ":"Equatorial Republic of guinea","ER":"Eritrea","EE":"Estonia","ET":"Ethiopia","FK":"Falkland Islands","FO":"Faroe Islands","FJ":"Fiji","FI":"Finland","FR":"France","GF":"French Guiana","PF":"French Polynesia","TF":"French Southern Territories","GA":"Gabon","GM":"Gambia","GE":"Georgia","DE":"Germany","GH":"Ghana","GI":"Gibraltar","GR":"Greece","GL":"Greenland","GD":"Grenada","GP":"Guadeloupe","GU":"Guam","GT":"Guatemala","GG":"Guernsey","GN":"Guinea","GW":"Guinea-Bissau","GY":"Republic of guyana","HT":"Republic of haiti","HM":"Heard Island and McDonald Islands","HN":"Honduras","HK":"Hong Kong SAR","HU":"Hungary","IS":"Iceland","IN":"India","ID":"Indonesia","IR":"Iran","IQ":"Iraq","IE":"Ireland","IM":"Isle of mann","IL":"State of israel","It":"Italy","JM":"Jamaica","JP":"Japan","JE":"Jersey","JO":"Jordan","KZ":"Kazakhstan","KE":"Kenya","KI":"Republic of kiribati","KR":"Korea","KW":"Kuwait","KG":"Kyrgyzstan","LA":"Lao people's democratic republic","LV":"Latvia","LB":"Lebanon","LS":"Lesotho","LR":"Liberia","LY":"Libya","LI":"Liechtenstein","LT":"Lithuania","LU":"Luxembourg","MO":"Macao SAR","MK":"Northward Macedonia","MG":"Madagascar","MW":"Malawi","MY":"Malaysia","MV":"Maldives","ML":"Mali","MT":"Malta","MH":"Marshall islands","MQ":"Martinique","MR":"Mauritania","MU":"Republic of mauritius","YT":"Mayotte","MX":"Mexico","FM":"Federated states of micronesia","MD":"Moldova","MC":"Monaco","MN":"Mongolia","ME":"Montenegro","MS":"Montserrat","MA":"Morocco","MZ":"Mozambique","MM":"Myanmar","NA":"Namibia","NR":"Nauru","NP":"Nepal","NL":"Netherlands","NC":"New Caledonia","NZ":"New Zealand","NI":"Nicaragua","NE":"Niger","NG":"Nigeria","NU":"Niue","NF":"Norfolk Island","KP":"North korea","MP":"Northern Mariana Islands","NO":"Norway","OM":"Oman","PK":"Pakistan","Pw":"Palau","PS":"Palestinian Dominance","PA":"Panama","PG":"Papua New Guinea","PY":"Paraguay","PE":"Peru","PH":"Philippines","PN":"Pitcairn Islands","PL":"Poland","PT":"Portugal","PR":"Puerto Rico","QA":"Qatar","RE":"Réunion","RO":"Romania","RU":"Russia","RW":"Rwanda","BL":"Saint Barthélemy","KN":"Saint Kitts and Nevis","LC":"Saint Lucia","MF":"Saint Martin","PM":"Saint Pierre and Miquelon","VC":"Saint Vincent and the Grenadines","WS":"Samoa","SM":"San Marino","ST":"São Tomé and Príncipe","SA":"Saudi Arabia","SN":"Senegal","RS":"Serbia","SC":"Seychelles","SL":"Sierra Leone","SG":"Singapore","SX":"Sint Maarten","SK":"Slovakia","SI":"Slovenia","SB":"Solomon Islands","And then":"Somalia","ZA":"South Africa","GS":"South Georgia and South Sandwich Islands","SS":"South Sudan","ES":"Spain","LK":"Sri Lanka","SH":"St Helena, Ascension, Tristan da Cunha","SD":"Sudan","SR":"Suriname","SJ":"Svalbard","SZ":"Swaziland","SE":"Sweden","CH":"Switzerland","SY":"Syrian arab republic","TW":"Taiwan","TJ":"Tajikistan","TZ":"Tanzania","Thursday":"Thailand","TL":"Timor-Leste","TG":"Togo","TK":"Tokelau","TO":"Tonga","TT":"Trinidad and Tobago","TN":"Tunisia","TR":"Turkey","TM":"Turkmenistan","TC":"Turks and Caicos Islands","Idiot box":"Tuvalu","UM":"U.S. Outlying Islands","VI":"U.S. Virgin Islands","UG":"Uganda","UA":"Ukraine","AE":"United Arab Emirates","GB":"Great britain","US":"United states","UY":"Uruguay","UZ":"Uzbekistan","VU":"Vanuatu","VA":"Vatican Urban center","VE":"Venezuela","VN":"Vietnam","WF":"Wallis and Futuna","YE":"Republic of yemen","ZM":"Zambia","ZW":"Zimbabwe"}</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_448">The phone number y'all provided is unreachable.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="error_449">User has exceeded the number of retry attempts.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="verification_code_input_placeholder_text">Verification code</LocalizedString>     <LocalizedString ElementType="ClaimType" ElementId="strongAuthenticationPhoneNumber" StringId="DisplayName">Phone Number</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

Verification brandish control user interface elements

The following are the IDs for a Verification display command with page layout version two.one.0 or higher.

ID Default value
intro_msg * Verification is necessary. Please click Send push button.
success_send_code_msg Verification code has been sent. Please copy it to the input box below.
failure_send_code_msg We are having trouble verifying your email address. Please enter a valid email address and try again.
success_verify_code_msg Email address verified. You can at present continue.
failure_verify_code_msg We are having trouble verifying your e-mail address. Please try again.
but_send_code Send verification code
but_verify_code Verify code
but_send_new_code Send new code
but_change_claims Modify email

Notation: The intro_msg element is hidden, and not shown on the self-asserted page. To make it visible, utilise the HTML customization with Cascading Fashion Sheets. For example:

              .verificationInfoText div{display: cake!important}                          

Verification brandish command example

              <LocalizedResources Id="api.localaccountsignup.en">   <LocalizedStrings>    <!-- Display control UI elements-->     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="intro_msg">Verification is necessary. Delight click Send button.</LocalizedString>     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="success_send_code_msg">Verification code has been sent to your inbox. Please re-create it to the input box beneath.</LocalizedString>     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="failure_send_code_msg">We are having trouble verifying your e-mail address. Please enter a valid e-mail address and attempt again.</LocalizedString>     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="success_verify_code_msg">E-mail address verified. You tin now keep.</LocalizedString>     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="failure_verify_code_msg">Nosotros are having trouble verifying your email address. Delight try again.</LocalizedString>     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_send_code">Send verification code</LocalizedString>     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_verify_code">Verify code</LocalizedString>     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_send_new_code">Send new code</LocalizedString>     <LocalizedString ElementType="DisplayControl" ElementId="emailVerificationControl" StringId="but_change_claims">Change electronic mail</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

Verification display command user interface elements (deprecated)

The following are the IDs for a Verification display command with page layout version 2.0.0.

ID Default value
verification_control_but_change_claims Modify
verification_control_fail_send_code Failed to send the lawmaking, please try again later on.
verification_control_fail_verify_code Failed to verify the code, please try again later.
verification_control_but_send_code Ship Code
verification_control_but_send_new_code Send New Code
verification_control_but_verify_code Verify Code
verification_control_code_sent Verification code has been sent. Delight copy it to the input box below.

Verification display control example (deprecated)

              <LocalizedResources Id="api.localaccountsignup.en">   <LocalizedStrings>     <LocalizedString ElementType="UxElement" StringId="verification_control_but_change_claims">Change</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="verification_control_fail_send_code">Failed to ship the code, please effort over again later.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="verification_control_fail_verify_code">Failed to verify the code, please attempt again later.</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="verification_control_but_send_code">Ship Lawmaking</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="verification_control_but_send_new_code">Ship New Code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="verification_control_but_verify_code">Verify Code</LocalizedString>     <LocalizedString ElementType="UxElement" StringId="verification_control_code_sent">Verification lawmaking has been sent. Please copy it to the input box below.</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

Restful service fault messages

The following are the IDs for Restful service technical profile mistake messages:

ID Default value
DefaultUserMessageIfRequestFailed Failed to found connection to restful service end point. Restful service URL: {0}
UserMessageIfCircuitOpen {0} Restful Service URL: {i}
UserMessageIfDnsResolutionFailed Failed to resolve the hostname of the restful service endpoint. Restful service URL: {0}
UserMessageIfRequestTimeout Failed to establish connexion to restful service end point within timeout limit {0} seconds. Restful service URL: {1}

Restful service example

              <LocalizedResources Id="api.localaccountsignup.en">   <LocalizedStrings>     <LocalizedString ElementType="ErrorMessage" StringId="DefaultUserMessageIfRequestFailed">Failed to establish connection to restful service end signal.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfCircuitOpen">Unable to connect to the restful service finish point.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfDnsResolutionFailed">Failed to resolve the hostname of the restful service endpoint.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfRequestTimeout">Failed to establish connection to restful service end betoken within timeout limit.</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

The following are the IDs for an Azure Advertisement MFA technical profile error message:

ID Default value
UserMessageIfCouldntSendSms Cannot Transport SMS to the phone, please try some other telephone number.
UserMessageIfInvalidFormat Your phone number is non in a valid format, please correct it and try once again.
UserMessageIfMaxAllowedCodeRetryReached Wrong code entered too many times, please try once again later.
UserMessageIfServerError Cannot use MFA service, please try once more later.
UserMessageIfThrottled Your request has been throttled, delight try over again subsequently.
UserMessageIfWrongCodeEntered Wrong code entered, please try once again.

Azure Advertising MFA example

              <LocalizedResources Id="api.localaccountsignup.en">   <LocalizedStrings>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfCouldntSendSms">Cannot Send SMS to the phone, please try some other phone number.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidFormat">Your phone number is not in a valid format, please right it and endeavor over again.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxAllowedCodeRetryReached">Wrong code entered too many times, please try once again later.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfServerError">Cannot apply MFA service, please try again later.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfThrottled">Your asking has been throttled, please try again later.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfWrongCodeEntered">Wrong code entered, please try again.</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

The post-obit are the IDs for Azure AD SSPR technical profile error messages:

ID Default value
UserMessageIfChallengeExpired The lawmaking has expired.
UserMessageIfInternalError The email service has encountered an internal error, please attempt again subsequently.
UserMessageIfThrottled You lot have sent too many requests, please try over again later.
UserMessageIfVerificationFailedNoRetry You have exceeded maximum number of verification attempts.
UserMessageIfVerificationFailedRetryAllowed The verification has failed, delight try again.

Azure Advertizing SSPR case

              <LocalizedResources Id="api.localaccountsignup.en">   <LocalizedStrings>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInternalError">We are having trouble verifying your email address. Delight try again subsequently.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfThrottled">In that location take been too many requests to verify this email address. Please await a while, and so effort once again.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfChallengeExpired">That code is expired. Please request a new code.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationFailedNoRetry">You've made also many incorrect attempts. Please try over again after.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationFailedRetryAllowed">That code is incorrect. Please try again.</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

One fourth dimension countersign error messages

The post-obit are the IDs for a one-fourth dimension password technical profile error letters

ID Default value Clarification
UserMessageIfSessionDoesNotExist No The message to display to the user if the code verification session has expired. Information technology is either the code has expired or the lawmaking has never been generated for a given identifier.
UserMessageIfMaxRetryAttempted No The message to display to the user if they've exceeded the maximum allowed verification attempts.
UserMessageIfMaxNumberOfCodeGenerated No The message to brandish to the user if the code generation has exceeded the maximum allowed number of attempts.
UserMessageIfInvalidCode No The message to brandish to the user if they've provided an invalid lawmaking.
UserMessageIfVerificationFailedRetryAllowed No The message to display to the user if they've provided an invalid lawmaking, and user is allowed to provide the correct code.
UserMessageIfSessionConflict No The message to brandish to the user if the lawmaking cannot be verified.

1 fourth dimension countersign example

              <LocalizedResources Id="api.localaccountsignup.en">   <LocalizedStrings>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionDoesNotExist">You have exceeded the maximum fourth dimension allowed.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxRetryAttempted">You take exceeded the number of retries immune.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxNumberOfCodeGenerated">You accept exceeded the number of lawmaking generation attempts allowed.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidCode">Yous accept entered the wrong code.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationFailedRetryAllowed">That code is incorrect. Please effort once more.</LocalizedString>    <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

Claims transformations fault letters

The following are the IDs for claims transformations fault messages:

ID Claims transformation Default value
UserMessageIfClaimsTransformationBooleanValueIsNotEqual AssertBooleanClaimIsEqualToValue Boolean claim value comparison failed for claim type "inputClaim".
DateTimeGreaterThan AssertDateTimeIsGreaterThan Merits value comparing failed: The provided left operand is greater than the right operand.
UserMessageIfClaimsTransformationStringsAreNotEqual AssertStringClaimsAreEqual Claim value comparison failed using StringComparison "OrdinalIgnoreCase".

Claims transformations example

              <LocalizedResources Id="api.localaccountsignup.en">   <LocalizedStrings>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimsTransformationBooleanValueIsNotEqual">Your e-mail address hasn't been verified.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="DateTimeGreaterThan">Expiration date must be greater that the electric current date.</LocalizedString>     <LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfClaimsTransformationStringsAreNotEqual">The electronic mail entry fields do not match. Please enter the same email address in both fields and endeavour over again.</LocalizedString>   </LocalizedStrings> </LocalizedResources>                          

Adjacent steps

See the following articles for localization examples:

  • Language customization with custom policy in Azure Agile Directory B2C
  • Linguistic communication customization with user flows in Azure Active Directory B2C