Ignore:
Timestamp:
Jul 7, 2000, 9:05:10 PM (25 years ago)
Author:
sandervl
Message:

PD: added Poland to GetLanguageId

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/lang.cpp

    r3804 r3805  
    1 /* $Id: lang.cpp,v 1.24 2000-07-06 21:18:43 sandervl Exp $ */
     1/* $Id: lang.cpp,v 1.25 2000-07-07 19:05:10 sandervl Exp $ */
    22/*
    33 * Win32 language API functions for OS/2
     
    130130                defaultLanguage = MAKELANGID(LANG_SLOVAK, SUBLANG_DEFAULT);
    131131                break;
     132        case CC_POLAND:
     133                defaultLanguage = MAKELANGID(LANG_POLISH, SUBLANG_DEFAULT);
     134                break;
    132135        default:
    133136                defaultLanguage = MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_UK);
Note: See TracChangeset for help on using the changeset viewer.