6 #ifndef TCLIBRARYDEV_LANGUAGE_SELECT_H
7 #define TCLIBRARYDEV_LANGUAGE_SELECT_H
22 #if __has_include(<project_locale.h>)
23 # include <project_locale.h>
24 #elif defined(TC_LOCALE_FR) || defined(TC_LOCALE_FR_BE) \
25 || defined(TC_LOCALE_FR_CA) || defined(TC_LOCALE_FR_FR) \
26 || defined(TC_LOCALE_FR_LU) || defined(TC_LOCALE_FR_CH)
27 #if defined(TC_LOCAL_ASCII)
28 # include "language_fr_ascii.h"
32 #elif defined(TC_LOCALE_DE) || defined(TC_LOCALE_DE_AT) \
33 || defined(TC_LOCALE_DE_DE) || defined(TC_LOCALE_DE_LU) \
34 || defined(TC_LOCALE_DE_CH)
35 #if defined(TC_LOCAL_ASCII)
40 #elif defined(TC_LOCALE_SK) || defined(TC_LOCALE_SK_SK)
41 #if defined(TC_LOCAL_ASCII)
46 #elif defined(TC_LOCALE_CS) || defined(TC_LOCALE_CS_CZ)
47 #if defined(TC_LOCAL_ASCII)
53 #elif defined(TC_LOCALE_UK) || defined(TC_LOCALE_UK_UA)
54 #if defined(TC_LOCAL_ASCII)
55 # include "language_uk_ascii.h"
Never include directly; contains the Czech language text for tcMenu text, controlled by TC_LOCALE.
Never include directly; contains the Czech language text for tcMenu text (ASCII only),...
Never include directly; contains the German language text for tcMenu text, controlled by TC_LOCALE.
Never include directly; contains the German language text for tcMenu text (ASCII only),...
Never include directly; contains the English language text for tcMenu text, controlled by TC_LOCALE,...
Never include directly; contains the French language text for tcMenu text, controlled by TC_LOCALE.
Never include directly; contains the Slovak language text for tcMenu text, controlled by TC_LOCALE.
Never include directly; contains the Slovak language text for tcMenu text (ASCII only),...
Ніколи не включайте безпосередньо; містить англійський текст для тексту tcMenu, керованого TC_LOCALE,...