I have fully integrated CuteSoft LiveSupport to our web solution and translate SupportCustomer, SupportCustomer2, SupportFeedBack ASPXs pages but now im facing with SupportClient.aspx that inherits ChatPageBase so I can't inherit my base page to translate automaticly...
Ive seen that there is localization XML files but they only seems to work with Client settings OR can be overrides by a server culture ex. fr-CA... I want to set the culture depending on information I have in MY solution (User culture)... We are currently using culture in our solution by setting the System.Threading.Thread.CurrentThread.CurrentCulture to the culture we want to use...is there any way to map CuteChat on this? Or overrides and set the culture we want per user?
Thanks