What are the possible solutions for finding the current active language that appears in the Windows language bar?
CultureInfo.CurrentCulture. There is information about the language and culture. If you just need a language name, try it CultureInfo.CurrentCulture.ThreeLetterISOLanguageName.
CultureInfo.CurrentCulture
CultureInfo.CurrentCulture.ThreeLetterISOLanguageName
API Win32. , , , , , , . , - , , .
, - GetThreadUILanguage.
Source: https://habr.com/ru/post/1705405/More articles:How to use the & operator in C #? Is the code translated correctly? - operatorsEncrypted data size using RSA encryption (RSACryptoServiceProvider) - .netHow to connect .Net application to JMX agent? - javaIs ODP.NET distributed? - oracleHow would you force DRY (Do not Repeat Yourself) in an SQL script? - sqlProblem connecting to Exchange 2007 server in PHP5 using imap_open - phpOptimize jQuery code - optimizationWhy does setuptools sometimes remove and then reinstall the same egg? - pythonThe best way to run a tool on an ASP.Net page - c #LINQ Conflict Detection: Setting UpdateCheck Attribute - linqAll Articles