Skip to content

How to Localize Dates and Times

Danielle Jobe edited this page Mar 8, 2018 · 2 revisions
  1. Use a string indicator to show the localized current date and/or time.

image

  1. Use a key in the phrase dictionary to store the localized date or time format strings.

image

  1. Use Get Localized Phrase to obtain the format string for the current language and pass that into Format Into String with Get Date/Time In Seconds to get the localized date or time string.

image