I have a Data Table which I need to sort according to the user's input language. for example : if the user wrote in English, I will first display all the fields that their name written in English, and only afterwords all the other languages.
I cant write "hard coded" string that will match the inputs to see where it fits, since I don't know the customer language
Is there a way to detect the OS current Language? I rather not use a third party for it...
EDIT : the Browser language doesn't seems to help since its stays en-US even If I change with ALT + SHIFT and write in a another language
Thank you very much!