Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Move INSTALL, LICENSE, README, THANKS and TODO into root directory
[xestiaab/.git] / source / common / languages.cpp
1 // language.cpp - Languages list subroutines
2 //
3 // (c) 2012-2017 Xestia Software Development.
4 //
5 // This file is part of Xestia Address Book.
6 //
7 // Xestia Address Book is free software: you can redistribute it and/or modify
8 // it under the terms of the GNU General Public License as published by the
9 // Free Software Foundation, version 3 of the license.
10 //
11 // Xestia Address Book is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
15 //
16 // You should have received a copy of the GNU General Public License along
17 // with Xestia Address Book. If not, see <http://www.gnu.org/licenses/>
19 #include "languages.h"
21 using namespace std;
23 vector<string> GetLanguageCodeList()
24 {
25         
26         string LanguageList[] = {
27                 
28                 "ab", "aa", "ae", "af", "ak", "am", "an", "ar", "as", "av", "ay", "az",
29                 "ba", "be", "bg", "bh", "bi", "bm", "bn", "bo", "br",
30                 "ca", "ce", "ch", "co", "cr", "cs", "cu", "cv", "cy",
31                 "da", "de", "dv", "dz",
32                 "ee", "el", "en", "eo", "es", "et", "eu",
33                 "fa", "ff", "fi", "fj", "fo", "fr", "fy",
34                 "ga", "gd", "gl", "gn", "gu", "gv",
35                 "ha", "he", "hi", "ho", "hr", "ht", "hu", "hy", "hz",
36                 "ia", "id", "ie", "ig", "ii", "ik", "io", "is", "it", "iu",
37                 "ja", "jv",
38                 "ka", "kg", "ki", "kj", "kk", "kl", "km", "kn", "ko", "kr", "ks",
39                 "ku", "kv", "kw", "ky",
40                 "la", "lb", "lg", "li", "ln", "lo", "lt", "lu", "lv",
41                 "mg", "mh", "mi", "mk", "ml", "mn", "mr", "ms", "mt", "my",
42                 "na", "nb", "nd", "ne", "ng", "nl", "nn", "no", "nr", "nv", "ny",
43                 "oc", "oj", "om", "or", "os", 
44                 "pa", "pi", "pl", "ps", "pt"
45                 "qu", 
46                 "rm", "rn", "ro", "ru", "rw",
47                 "sa", "sc", "sd", "se", "sg", "si", "sk", "sl", "sm", "sn", "so", "sq", 
48                 "sr", "ss", "st", "su", "sv", "sw",
49                 "ta", "te", "tg", "th", "ti", "tk", "tl", "tn", "to", "tr", "ts", "tt",
50                 "tw", "ty",
51                 "ug", "uk", "ur", "uz",
52                 "ve", "vi", "vo", "wa", "wo",
53                 "xh",
54                 "yi", "yo",
55                 "za", "zh", "zu"
56                 
57         };
59         vector<string> LanguageCodeList;
60         
61         LanguageCodeList.insert(LanguageCodeList.begin(), LanguageList, LanguageList+181);
62         
63         return LanguageCodeList;
64         
65 }
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy