User Tools

Site Tools


finding_20the_20default_20national_20language

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
finding_20the_20default_20national_20language [2018/03/31 13:19] – external edit 127.0.0.1finding_20the_20default_20national_20language [2024/01/05 00:22] (current) – external edit 127.0.0.1
Line 1: Line 1:
 =====Finding the default national language===== =====Finding the default national language=====
  
-//by Richard Russell, March 2014//\\ \\  You can discover the national language for which your PC is configured by default as follows:\\ +//by Richard Russell, March 2014//\\ \\  You can discover the national language for which your PC is configured by default as follows: 
 + 
 +<code bb4w> 
         SYS "GetSystemDefaultLCID" TO lcid%         SYS "GetSystemDefaultLCID" TO lcid%
         PRINT ~lcid%         PRINT ~lcid%
-The hexadecimal code displayed can be related to the language according to [[http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx|this table]] at MSDN. Here are some of the more common values:\\ \\ +</code> 
 + 
 +The hexadecimal code displayed can be related to the language according to [[http://msdn.microsoft.com/en-us/goglobal/bb964664.aspx|this table]] at MSDN. Here are some of the more common values:
  
 | 0406\\ | Danish\\ | | 0406\\ | Danish\\ |
finding_20the_20default_20national_20language.1522502360.txt.gz · Last modified: 2024/01/05 00:17 (external edit)