OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
localeid.cpp
Go to the documentation of this file.
1//----------------------------------------------------------------------------
2// Borland WinSys Library
3// Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
4//
5/// \file
6/// TLocaleString default native language for symbols, only if not user-defined
7//----------------------------------------------------------------------------
8#include <owl/pch.h>
9#include <owl/defs.h>
10#include <owl/lclstrng.h>
11
12namespace owl {
13
15
16} // OWL namespace
17
TLocaleString - localized name support.
Object Windows Library (OWLNext Core)
Definition animctrl.h:22
owl::uint16 TLangId
Holds a language ID, a predefined number that represents a base language and dialect.
Definition lclstrng.h:26
General definitions used by all ObjectWindows programs.
static TLangId NativeLangId
The base language ID of non-localized strings.
Definition lclstrng.h:90
static TLangId GetSystemLangId()
platform-dependent implementation
Definition localeco.cpp:17