In my project I need to create ability for site users to select the date time localization format (e.g. en-US, zh-Cn, etc.) And change date time format across the whole site according to this option how can i do it? I've tried to use the CultureInfo.DefaultThreadCurrentCulture but it change culture for the whole application, not only for the one user.
↧