Jump to content
  • 0

Override Localization formatting


NeoInJS

Question

I have a couple data formatting issue I’m trying to figure out the best way to deal with. 

The most important issue is date formatting for non-USA users (like in Australia, UK, etc). Their date format is dd/mm/yyyy while ours is mm/dd/yyyy. I have to have the Localization set to USA mm/dd/yyyy because most users are here. However, a big part of our market is Australia/UK so I need the date format to work for them too. 

  So I need to figure out how to override Localization formatting on occasion on the existing data pages, based on the value of an Authentication field (the ‘Country’ field).

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
On 11/14/2017 at 8:33 PM, NeoInJS said:

I have a couple data formatting issue I’m trying to figure out the best way to deal with. 

The most important issue is date formatting for non-USA users (like in Australia, UK, etc). Their date format is dd/mm/yyyy while ours is mm/dd/yyyy. I have to have the Localization set to USA mm/dd/yyyy because most users are here. However, a big part of our market is Australia/UK so I need the date format to work for them too. 

  So I need to figure out how to override Localization formatting on occasion on the existing data pages, based on the value of an Authentication field (the ‘Country’ field).

I would create two datapages with different localization and redirect user to the correct one, depending on the authentication parameters, like in this solution

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...