Ignore:
Timestamp:
Nov 21, 2003, 12:30:30 PM (22 years ago)
Author:
sandervl
Message:

DF: Ukrainian support added

File:
1 edited

Legend:

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

    r7959 r10339  
    1 /* $Id: lang.cpp,v 1.42 2002-02-19 12:51:40 sandervl Exp $ */
     1/* $Id: lang.cpp,v 1.43 2003-11-21 11:29:33 sandervl Exp $ */
    22/*
    33 * Win32 language API functions for OS/2
     
    145145        case CTRY_BULGARIA:
    146146                defaultLanguage = MAKELANGID(LANG_BULGARIAN, SUBLANG_DEFAULT);
     147                break;
     148        case CTRY_UKRAINE:
     149                defaultLanguage = MAKELANGID(LANG_UKRAINIAN, SUBLANG_RUSSIAN);
    147150                break;
    148151        case CTRY_CROATIA:
Note: See TracChangeset for help on using the changeset viewer.