1crate::ix!();
2
3#[derive(Default,RandConstruct,ItemFeature,Hash,Debug,Clone,PartialEq,Eq,PartialOrd,Ord,Serialize,Deserialize)]
7pub enum Language {
8
9 #[ai("An official language used in South African government, education, and daily communication. Frequently appears in administrative notices and primary school textbooks.")]
10 #[rand_construct(p=0.002)]
11 Afrikaans,
12
13 #[ai("The official language used in Albanian government, education, and daily communication. Commonly featured in national examinations and public media bulletins.")]
14 #[rand_construct(p=0.001)]
15 Albanian,
16
17 #[ai("An indigenous language used in cultural traditions and daily life. Often transmitted through family-based oral histories and intergenerational gatherings.")]
18 #[rand_construct(p=0.000001)]
19 Aleut,
20
21 #[ai("The official language used in Ethiopian government, education, and daily communication. Regularly applied in state-level directives and formal academic instruction.")]
22 #[rand_construct(p=0.003)]
23 Amharic,
24
25 #[ai("An indigenous language used in cultural traditions and daily life. Typically maintained through clan-based teaching and seasonal ceremonial use.")]
26 #[rand_construct(p=0.000001)]
27 Apache,
28
29 #[ai("A widely used language employed internationally in media, education, and commerce. Commonly found in multilingual signage at transport hubs and global news outlets.")]
30 #[rand_construct(p=0.08)]
31 Arabic,
32
33 #[ai("The official language used in Armenian government, education, and daily communication. Frequently included in national literary festivals and scholarly compilations.")]
34 #[rand_construct(p=0.001)]
35 Armenian,
36
37 #[ai("An official language used in Assamese state government, education, and daily communication. Regularly incorporated into regional curricular materials and local radio broadcasts.")]
38 #[rand_construct(p=0.001)]
39 Assamese,
40
41 #[ai("An indigenous language used in cultural traditions and daily life. Preserved through ritual events and localized teaching within mountain settlements.")]
42 #[rand_construct(p=0.000001)]
43 Aymara,
44
45 #[ai("The official language used in Azerbaijani government, education, and daily communication. Common in televised parliamentary sessions and literary competitions.")]
46 #[rand_construct(p=0.001)]
47 Azeri,
48
49 #[ai("A regional language used in Bashkir communities and local markets. Frequently encountered in informal neighborhood assemblies and village-level negotiations.")]
50 #[rand_construct(p=0.0005)]
51 Bashkir,
52
53 #[ai("A regional language used in Basque communities and local markets. Often visible in bilingual street signage and community-run workshop materials.")]
54 #[rand_construct(p=0.0005)]
55 Basque,
56
57 #[ai("An official language used in Belarusian government, education, and daily communication. Commonly integrated into public school lessons and civil service exams.")]
58 #[rand_construct(p=0.001)]
59 Belarusian,
60
61 #[ai("The official language used in Bangladeshi government, education, and daily communication. Routinely present in state broadcasts and standardized academic tests.")]
62 #[rand_construct(p=0.035)]
63 Bengali,
64
65 #[ai("An official language used in Bosnian government, education, and daily communication. Frequently reflected in local newspapers and official literary awards.")]
66 #[rand_construct(p=0.001)]
67 Bosnian,
68
69 #[ai("A regional language used in Breton communities and local markets. Occasionally featured in community cultural centers and bilingual workshop leaflets.")]
70 #[rand_construct(p=0.0001)]
71 Breton,
72
73 #[ai("The official language used in Bulgarian government, education, and daily communication. Often found in national broadcast media and official literary anthologies.")]
74 #[rand_construct(p=0.001)]
75 Bulgarian,
76
77 #[ai("The official language used in Myanmar government, education, and daily communication. Common in judicial proceedings and teacher training materials.")]
78 #[rand_construct(p=0.003)]
79 Burmese,
80
81 #[ai("A regional language used in Visayan and Mindanaoan communities and local markets. Frequently employed in local storytelling circles and informal education sessions.")]
82 #[rand_construct(p=0.003)]
83 Cebuano,
84
85 #[ai("An indigenous language used in cultural traditions and daily life. Maintained through domestic instruction and occasional community-based language events.")]
86 #[rand_construct(p=0.000001)]
87 Chamorro,
88
89 #[ai("An official language used in Chechen regional government, education, and daily communication. Typically printed in local administrative forms and instructional guides.")]
90 #[rand_construct(p=0.0005)]
91 Chechen,
92
93 #[ai("An indigenous language used in cultural traditions and daily life. Passed down through home-based language practice and periodic clan gatherings.")]
94 #[rand_construct(p=0.000001)]
95 Cherokee,
96
97 #[ai("An indigenous language used in cultural traditions and daily life. Preserved in familial dialogues and small-scale community ceremonies.")]
98 #[rand_construct(p=0.000001)]
99 Choctaw,
100
101 #[ai("An official language used in Chuvash regional government, education, and daily communication. Regularly supported by regional language initiatives and local publishing efforts.")]
102 #[rand_construct(p=0.0001)]
103 Chuvash,
104
105 #[ai("A regional language used in Corsican communities and local markets. Occasionally referenced in neighborhood cultural clubs and small-scale print materials.")]
106 #[rand_construct(p=0.0001)]
107 Corsican,
108
109 #[ai("The official language used in Croatian government, education, and daily communication. Commonly highlighted in national literary collections and educational broadcasts.")]
110 #[rand_construct(p=0.001)]
111 Croatian,
112
113 #[ai("The official language used in Czech government, education, and daily communication. Frequently employed in official bulletins and academic references.")]
114 #[rand_construct(p=0.002)]
115 Czech,
116
117 #[ai("The official language used in Danish government, education, and daily communication. Often seen in civic guidance documents and state-approved textbooks.")]
118 #[rand_construct(p=0.001)]
119 Danish,
120
121 #[ai("The official language used in Maldivian government, education, and daily communication. Common in official decrees and secondary-level instructional materials.")]
122 #[rand_construct(p=0.0001)]
123 Dhivehi,
124
125 #[ai("The official language used in Dutch government, education, and daily communication. Regularly part of national television programming and standardized tests.")]
126 #[rand_construct(p=0.003)]
127 Dutch,
128
129 #[default]
130 #[ai("A widely used language employed internationally in media, education, and commerce. Frequently included in multinational conferences and cross-border educational frameworks.")]
131 #[rand_construct(p=0.15)]
132 English,
133
134 #[ai("The official language used in Estonian government, education, and daily communication. Often integrated into national curriculum reforms and academic symposiums.")]
135 #[rand_construct(p=0.0005)]
136 Estonian,
137
138 #[ai("The official language used in Iranian government, education, and daily communication. Commonly appearing in literary journals and official educational mandates.")]
139 #[rand_construct(p=0.008)]
140 Farsi,
141
142 #[ai("An official language used in Philippine government, education, and daily communication. Routinely utilized in classroom instruction and public sector examinations.")]
143 #[rand_construct(p=0.001)]
144 Filipino,
145
146 #[ai("An official language used in Finnish government, education, and daily communication. Frequently featured in state media services and scholarly gatherings.")]
147 #[rand_construct(p=0.001)]
148 Finnish,
149
150 #[ai("A widely used language employed internationally in media, education, and commerce. Often required in diplomatic correspondences and international scholarly publications.")]
151 #[rand_construct(p=0.04)]
152 French,
153
154 #[ai("An official language used in Galician regional government, education, and daily communication. Commonly found in cultural radio segments and school reading lists.")]
155 #[rand_construct(p=0.0005)]
156 Galician,
157
158 #[ai("The official language used in Georgian government, education, and daily communication. Regularly referenced in national literary awards and policy guidelines.")]
159 #[rand_construct(p=0.0005)]
160 Georgian,
161
162 #[ai("The official language used in German government, education, and daily communication. Frequently encountered in academic conferences and national broadcasting outlets.")]
163 #[rand_construct(p=0.02)]
164 German,
165
166 #[ai("The official language used in Greek government, education, and daily communication. Often present in state educational programming and legislative records.")]
167 #[rand_construct(p=0.001)]
168 Greek,
169
170 #[ai("The official language used in Greenlandic government, education, and daily communication. Typically implemented in local school systems and cultural documentation projects.")]
171 #[rand_construct(p=0.0001)]
172 Greenlandic,
173
174 #[ai("An official language used in Paraguayan government, education, and daily communication. Commonly featured in bilingual educational resources and civic newsletters.")]
175 #[rand_construct(p=0.0005)]
176 Guarani,
177
178 #[ai("An official language used in Gujarati government, education, and daily communication. Frequently incorporated into regional academic panels and examination papers.")]
179 #[rand_construct(p=0.008)]
180 Gujarati,
181
182 #[ai("An official language used in Haitian government, education, and daily communication. Often utilized in community-oriented study materials and civic advisories.")]
183 #[rand_construct(p=0.0005)]
184 HaitianCreole,
185
186 #[ai("A regional language used in West African communities and local markets. Typically employed in informal trade discussions and basic literacy programs.")]
187 #[rand_construct(p=0.005)]
188 Hausa,
189
190 #[ai("An indigenous language used in cultural traditions and daily life. Maintained through intergenerational teaching and occasional language revitalization camps.")]
191 #[rand_construct(p=0.000001)]
192 Hawaiian,
193
194 #[ai("The official language used in Israeli government, education, and daily communication. Commonly appearing in scholarly references and administrative correspondence.")]
195 #[rand_construct(p=0.002)]
196 Hebrew,
197
198 #[ai("An official language used in Indian government, education, and daily communication. Frequently found in public recruitment tests and national telecasts.")]
199 #[rand_construct(p=0.10)]
200 Hindi,
201
202 #[ai("An indigenous language used in cultural traditions and daily life. Often reinforced by household communication and local language clubs.")]
203 #[rand_construct(p=0.000001)]
204 Hmong,
205
206 #[ai("The official language used in Hungarian government, education, and daily communication. Regularly present in scientific congresses and national literature symposiums.")]
207 #[rand_construct(p=0.002)]
208 Hungarian,
209
210 #[ai("The official language used in Icelandic government, education, and daily communication. Common in university course materials and state-approved educational policies.")]
211 #[rand_construct(p=0.0005)]
212 Icelandic,
213
214 #[ai("A regional language used in Nigerian communities and local markets. Typically utilized in basic trade literacy sessions and neighborhood announcement boards.")]
215 #[rand_construct(p=0.0005)]
216 Igbo,
217
218 #[ai("A regional language used in Ilocano communities and local markets. Common in local reading circles and informal educational workshops.")]
219 #[rand_construct(p=0.0005)]
220 Ilocano,
221
222 #[ai("The official language used in Indonesian government, education, and daily communication. Often included in government circulars and televised academic debates.")]
223 #[rand_construct(p=0.025)]
224 Indonesian,
225
226 #[ai("An indigenous language used in cultural traditions and daily life. Usually sustained through localized mentorship and community-based instruction events.")]
227 #[rand_construct(p=0.000001)]
228 Inuit,
229
230 #[ai("The official language used in Italian government, education, and daily communication. Commonly represented in scholarly dialogues and government briefing papers.")]
231 #[rand_construct(p=0.008)]
232 Italian,
233
234 #[ai("The official language used in Japanese government, education, and daily communication. Frequently part of national broadcast segments and authoritative publications.")]
235 #[rand_construct(p=0.02)]
236 Japanese,
237
238 #[ai("A regional language used in Javanese communities and local markets. Sometimes integrated into village-level instructional sessions and community storytelling clubs.")]
239 #[rand_construct(p=0.01)]
240 Javanese,
241
242 #[ai("An official language used in Karnataka government, education, and daily communication. Regularly appearing in provincial educational reforms and municipal bulletin updates.")]
243 #[rand_construct(p=0.001)]
244 Kannada,
245
246 #[ai("The official language used in Kazakhstani government, education, and daily communication. Common in official cultural forums and standardized educational guidelines.")]
247 #[rand_construct(p=0.001)]
248 Kazakh,
249
250 #[ai("The official language used in Cambodian government, education, and daily communication. Often featured in pedagogical materials and official newspaper editorials.")]
251 #[rand_construct(p=0.001)]
252 Khmer,
253
254 #[ai("The official language used in Korean government, education, and daily communication. Commonly included in public instruction manuals and academic course outlines.")]
255 #[rand_construct(p=0.01)]
256 Korean,
257
258 #[ai("A regional language used in Kurdish communities and local markets. Occasionally reflected in informal language classes and neighborhood advice leaflets.")]
259 #[rand_construct(p=0.001)]
260 Kurdish,
261
262 #[ai("An official language used in Kyrgyzstani government, education, and daily communication. Frequently present in official textbooks and legislative meeting notes.")]
263 #[rand_construct(p=0.0005)]
264 Kyrgyz,
265
266 #[ai("The official language used in Laotian government, education, and daily communication. Commonly applied in judicial records and teacher preparation guides.")]
267 #[rand_construct(p=0.0005)]
268 Lao,
269
270 #[ai("The official language used in Latvian government, education, and daily communication. Regularly utilized in literary competitions and national academic standards.")]
271 #[rand_construct(p=0.0005)]
272 Latvian,
273
274 #[ai("The official language used in Lithuanian government, education, and daily communication. Often referenced in linguistic conferences and public academic lectures.")]
275 #[rand_construct(p=0.0005)]
276 Lithuanian,
277
278 #[ai("An official language used in Luxembourgish government, education, and daily communication. Common in bilingual instruction manuals and cultural exchange programs.")]
279 #[rand_construct(p=0.0001)]
280 Luxembourgish,
281
282 #[ai("An official language used in Malagasy government, education, and daily communication. Frequently part of rural literacy efforts and local radio schooling programs.")]
283 #[rand_construct(p=0.001)]
284 Malagasy,
285
286 #[ai("An official language used in Malaysian and Bruneian government, education, and daily communication. Typically employed in inter-ethnic educational frameworks and informational campaigns.")]
287 #[rand_construct(p=0.002)]
288 Malay,
289
290 #[ai("An official language used in Kerala government, education, and daily communication. Commonly integrated into regional curriculum updates and academic journal publishing.")]
291 #[rand_construct(p=0.003)]
292 Malayalam,
293
294 #[ai("The official language used in Maltese government, education, and daily communication. Often featured in constitutional documents and televised educational sessions.")]
295 #[rand_construct(p=0.0005)]
296 Maltese,
297
298 #[ai("A widely used language employed in East Asian and global media, education, and commerce. Common in international research collaborations and cross-border educational networks.")]
299 #[rand_construct(p=0.12)]
300 Mandarin,
301
302 #[ai("An indigenous language used in New Zealander cultural traditions and daily life. Typically reinforced through school-based language initiatives and cultural resource centers.")]
303 #[rand_construct(p=0.0005)]
304 Maori,
305
306 #[ai("An official language used in Maharashtrian government, education, and daily communication. Frequently encountered in district-level regulations and school competitions.")]
307 #[rand_construct(p=0.01)]
308 Marathi,
309
310 #[ai("An indigenous language used in Mohawk cultural traditions and daily life. Maintained in community language archives and specialized cultural workshops.")]
311 #[rand_construct(p=0.000001)]
312 Mohawk,
313
314 #[ai("The official language used in Mongolian government, education, and daily communication. Often found in national policy documents and academic periodicals.")]
315 #[rand_construct(p=0.001)]
316 Mongolian,
317
318 #[ai("An indigenous language used in Mexican cultural traditions and daily life. Generally transmitted via community-based educational circles and artisanal gatherings.")]
319 #[rand_construct(p=0.0005)]
320 Nahuatl,
321
322 #[ai("An indigenous language used in Navajo cultural traditions and daily life. Commonly strengthened by localized training groups and cultural language materials.")]
323 #[rand_construct(p=0.0005)]
324 Navajo,
325
326 #[ai("The official language used in Nepali government, education, and daily communication. Regularly featured in literary forums and standardized exam instructions.")]
327 #[rand_construct(p=0.003)]
328 Nepali,
329
330 #[ai("The official language used in Norwegian government, education, and daily communication. Frequently appearing in national syllabi and academic panel discussions.")]
331 #[rand_construct(p=0.001)]
332 Norwegian,
333
334 #[ai("An official language used in Odia government, education, and daily communication. Often included in local textbook revisions and teacher certification processes.")]
335 #[rand_construct(p=0.001)]
336 Oriya,
337
338 #[ai("A regional language used in Oromo communities and local markets. Typically applied in informal teaching groups and small-scale reading initiatives.")]
339 #[rand_construct(p=0.0005)]
340 Oromo,
341
342 #[ai("A regional language used in Ossetian communities and local markets. Sometimes documented in cultural booklets and local educational pamphlets.")]
343 #[rand_construct(p=0.0001)]
344 Ossetian,
345
346 #[ai("An official language used in Afghan government, education, and daily communication. Frequently required in public sector evaluations and civic educational content.")]
347 #[rand_construct(p=0.01)]
348 Pashto,
349
350 #[ai("The official language used in Polish government, education, and daily communication. Often appearing in scholarly symposiums and public informative brochures.")]
351 #[rand_construct(p=0.005)]
352 Polish,
353
354 #[ai("A widely used language employed in Lusophone and international media, education, and commerce. Commonly utilized in transnational educational consortiums and cultural agreements.")]
355 #[rand_construct(p=0.035)]
356 Portuguese,
357
358 #[ai("An official language used in Punjabi government, education, and daily communication. Regularly included in regional literary events and educational television programming.")]
359 #[rand_construct(p=0.01)]
360 Punjabi,
361
362 #[ai("An indigenous language used in Andean cultural traditions and daily life. Preserved through community-run language schools and local artisan mentoring.")]
363 #[rand_construct(p=0.0005)]
364 Quechua,
365
366 #[ai("An indigenous language used in Rapa Nui cultural traditions and daily life. Often retained in ritual dance settings and small learning collectives.")]
367 #[rand_construct(p=0.000001)]
368 RapaNui,
369
370 #[ai("An official language used in Romanian and Moldovan government, education, and daily communication. Frequently part of cross-border academic collaborations and educational accords.")]
371 #[rand_construct(p=0.003)]
372 Romanian,
373
374 #[ai("A widely used language employed in Eurasian and international media, education, and commerce. Regularly integrated into multinational academic forums and diplomatic instructions.")]
375 #[rand_construct(p=0.03)]
376 Russian,
377
378 #[ai("The official language used in Samoan government, education, and daily communication. Common in classroom-based assignments and regional teacher workshops.")]
379 #[rand_construct(p=0.0005)]
380 Samoan,
381
382 #[ai("A regional language used in Scottish communities and local markets. Occasionally recorded in village newsletters and local cultural brochures.")]
383 #[rand_construct(p=0.0005)]
384 ScottishGaelic,
385
386 #[ai("The official language used in Serbian government, education, and daily communication. Often cited in national literary foundations and educational ordinances.")]
387 #[rand_construct(p=0.002)]
388 Serbian,
389
390 #[ai("A regional language used in Sindhi communities and local markets. Commonly practiced during poetry gatherings and neighborhood reading circles.")]
391 #[rand_construct(p=0.003)]
392 Sindhi,
393
394 #[ai("The official language used in Sri Lankan government, education, and daily communication. Regularly part of public announcements and teacher training sessions.")]
395 #[rand_construct(p=0.003)]
396 Sinhala,
397
398 #[ai("The official language used in Slovak government, education, and daily communication. Often referenced in national academic boards and cultural symposium programs.")]
399 #[rand_construct(p=0.001)]
400 Slovak,
401
402 #[ai("The official language used in Slovenian government, education, and daily communication. Commonly seen in official literature series and state-endorsed study aids.")]
403 #[rand_construct(p=0.001)]
404 Slovenian,
405
406 #[ai("The official language used in Somali government, education, and daily communication. Frequently involved in state educational policies and approved curricular expansions.")]
407 #[rand_construct(p=0.002)]
408 Somali,
409
410 #[ai("An official language used in Lesothan and South African government, education, and daily communication. Sometimes employed in bilingual classroom initiatives and neighborhood tutoring sessions.")]
411 #[rand_construct(p=0.001)]
412 Sotho,
413
414 #[ai("A widely used language employed in Iberian, Latin American, and global media, education, and commerce. Often essential in international scholarly journals and cross-border broadcasting.")]
415 #[rand_construct(p=0.09)]
416 Spanish,
417
418 #[ai("An official language used in East African government, education, and daily communication. Commonly included in teacher manuals and civic engagement materials.")]
419 #[rand_construct(p=0.005)]
420 Swahili,
421
422 #[ai("An official language used in Swedish and Finnish government, education, and daily communication. Regularly part of binational cultural projects and state-run educational media.")]
423 #[rand_construct(p=0.002)]
424 Swedish,
425
426 #[ai("A regional language used in Tagalog-speaking communities and local markets. Often present in informal reading lessons and neighborhood discussion groups.")]
427 #[rand_construct(p=0.005)]
428 Tagalog,
429
430 #[ai("A regional language used in Tahitian communities and local markets. Sometimes featured in locally organized language seminars and cultural story readings.")]
431 #[rand_construct(p=0.0001)]
432 Tahitian,
433
434 #[ai("The official language used in Tajikistani government, education, and daily communication. Common in legislative references and standardized instructional frameworks.")]
435 #[rand_construct(p=0.001)]
436 Tajik,
437
438 #[ai("An official language used in Indian and Sri Lankan government, education, and daily communication. Frequently integrated into comparative literary studies and official textbook updates.")]
439 #[rand_construct(p=0.009)]
440 Tamil,
441
442 #[ai("A regional language used in Tatar communities and local markets. Periodically included in community language classes and small circulation newsletters.")]
443 #[rand_construct(p=0.0005)]
444 Tatar,
445
446 #[ai("An official language used in Telugu-speaking Indian government, education, and daily communication. Often central to district-level educational reforms and public language guidelines.")]
447 #[rand_construct(p=0.01)]
448 Telugu,
449
450 #[ai("The official language used in Thai government, education, and daily communication. Commonly required in academic thesis submissions and official school announcements.")]
451 #[rand_construct(p=0.008)]
452 Thai,
453
454 #[ai("A regional language used in Tibetan communities and local markets. Occasionally upheld in monastery-based instruction and regional cultural book fairs.")]
455 #[rand_construct(p=0.0005)]
456 Tibetan,
457
458 #[ai("An official language used in Botswanan and South African government, education, and daily communication. Often applied in cross-border educational exchanges and literacy enhancement campaigns.")]
459 #[rand_construct(p=0.001)]
460 Tswana,
461
462 #[ai("The official language used in Turkish government, education, and daily communication. Regularly employed in policy debate transcripts and national curriculum standards.")]
463 #[rand_construct(p=0.009)]
464 Turkish,
465
466 #[ai("The official language used in Turkmenistani government, education, and daily communication. Commonly part of official media channels and teacher preparation materials.")]
467 #[rand_construct(p=0.0005)]
468 Turkmen,
469
470 #[ai("An indigenous language used in Tuvinian cultural traditions and daily life. Maintained in small group learning sessions and ceremonial chanting contexts.")]
471 #[rand_construct(p=0.000001)]
472 Tuvinian,
473
474 #[ai("A regional language used in Uighur communities and local markets. Sometimes visible in local pamphlets and informal educational tutorials.")]
475 #[rand_construct(p=0.0005)]
476 Uighur,
477
478 #[ai("The official language used in Ukrainian government, education, and daily communication. Frequently incorporated into formal dissertations and national pedagogical content.")]
479 #[rand_construct(p=0.005)]
480 Ukrainian,
481
482 #[ai("The official language used in Pakistani government, education, and daily communication. Often involved in literary competitions and official exam guidelines.")]
483 #[rand_construct(p=0.01)]
484 Urdu,
485
486 #[ai("The official language used in Uzbekistani government, education, and daily communication. Commonly encountered in regional academic discussions and official training programs.")]
487 #[rand_construct(p=0.001)]
488 Uzbek,
489
490 #[ai("The official language used in Vietnamese government, education, and daily communication. Regularly utilized in course syllabi and civil administration directives.")]
491 #[rand_construct(p=0.01)]
492 Vietnamese,
493
494 #[ai("An official language used in Welsh government, education, and daily communication. Often present in cultural institutes and bilingual educational initiatives.")]
495 #[rand_construct(p=0.001)]
496 Welsh,
497
498 #[ai("An indigenous language used in Yakut cultural traditions and daily life. Generally supported by communal language workshops and heritage-based documentation efforts.")]
499 #[rand_construct(p=0.0001)]
500 Yakut,
501
502 #[ai("A regional language used in Yoruba communities and local markets. Frequently employed in local mediation sessions and small business signage.")]
503 #[rand_construct(p=0.001)]
504 Yoruba,
505
506 #[ai("An official language used in South African government, education, and daily communication. Commonly found in academic papers and province-level informational materials.")]
507 #[rand_construct(p=0.002)]
508 Zulu,
509
510 #[ai("An indigenous language used in North African cultural traditions and daily life. Typically fostered through household transmission and artisan cooperative activities.")]
511 #[rand_construct(p=0.0005)]
512 Berber,
513
514 #[ai("An official language used in Vanuatuan government, education, and daily communication. Often part of local teacher training sessions and civic literacy drives.")]
515 #[rand_construct(p=0.0001)]
516 Bislama,
517
518 #[ai("An official language used in Catalan regional government, education, and daily communication. Frequently involved in cultural exhibitions and regional publishing houses.")]
519 #[rand_construct(p=0.001)]
520 Catalan,
521
522 #[ai("The official language used in Malawian government, education, and daily communication. Commonly reflected in national teacher guides and educational radio segments.")]
523 #[rand_construct(p=0.001)]
524 Chichewa,
525
526 #[ai("An official language used in Comorian government, education, and daily communication. Regularly implemented in classroom guidelines and municipal announcement papers.")]
527 #[rand_construct(p=0.0001)]
528 Comorian,
529
530 #[ai("An indigenous language used in Dinka cultural traditions and daily life. Usually reinforced in familial consultation events and community-structured language classes.")]
531 #[rand_construct(p=0.0001)]
532 Dinka,
533
534 #[ai("The official language used in Bhutanese government, education, and daily communication. Often included in teacher reference manuals and academic research projects.")]
535 #[rand_construct(p=0.0001)]
536 Dzongkha,
537
538 #[ai("An official language used in Fijian government, education, and daily communication. Common in local curriculum design and community literacy schemes.")]
539 #[rand_construct(p=0.0001)]
540 Fijian,
541
542 #[ai("A regional language used in French Creole-speaking communities and local markets. Sometimes present in locally produced cultural magazines and informal learning groups.")]
543 #[rand_construct(p=0.0005)]
544 FrenchCreole,
545
546 #[ai("An official language used in I-Kiribati government, education, and daily communication. Often vital in atoll-level schooling initiatives and civic engagement materials.")]
547 #[rand_construct(p=0.0001)]
548 Gilbertese,
549
550 #[ai("A regional language used in Hakka communities and local markets. Occasionally featured in community reading clubs and small-scale cultural festivals.")]
551 #[rand_construct(p=0.0005)]
552 Hakka,
553
554 #[ai("An official language used in Papua New Guinean government, education, and daily communication. Frequently integrated into literacy improvement campaigns and regional educational radio shows.")]
555 #[rand_construct(p=0.0001)]
556 HiriMotu,
557
558 #[ai("An official language used in Irish government, education, and daily communication. Often supported through language promotion agencies and bilingual education policies.")]
559 #[rand_construct(p=0.001)]
560 IrishGaelic,
561
562 #[ai("A regional language used in Jamaican communities and local markets. Sometimes included in grassroots literacy sessions and local narrative collections.")]
563 #[rand_construct(p=0.0005)]
564 JamaicanCreole,
565
566 #[ai("A regional language used in Kikongo-speaking communities and local markets. Occasionally recorded in community newsletters and small language tutorial meetups.")]
567 #[rand_construct(p=0.0005)]
568 Kikongo,
569
570 #[ai("The official language used in Rwandan government, education, and daily communication. Common in school reforms and national linguistic research centers.")]
571 #[rand_construct(p=0.0005)]
572 Kinyarwanda,
573
574 #[ai("The official language used in Burundian government, education, and daily communication. Regularly part of nationwide exam content and teacher training guidelines.")]
575 #[rand_construct(p=0.0005)]
576 Kirundi,
577
578 #[ai("A regional language used in Belizean communities and local markets. Often applied in small tutoring groups and informal neighborhood reading sessions.")]
579 #[rand_construct(p=0.0005)]
580 Kriol,
581
582 #[ai("The official language used in Vatican government, education, and daily communication. Commonly employed in ecclesiastical documents and scholarly treatises.")]
583 #[rand_construct(p=0.0001)]
584 Latin,
585
586 #[ai("A regional language used in Lingala-speaking communities and local markets. Periodically included in local radio discussions and basic literacy workshops.")]
587 #[rand_construct(p=0.0005)]
588 Lingala,
589
590 #[ai("The official language used in Macedonian government, education, and daily communication. Frequently present in literary symposiums and government circulars.")]
591 #[rand_construct(p=0.0005)]
592 Macedonian,
593
594 #[ai("The official language used in Marshallese government, education, and daily communication. Often integrated into elementary-level pedagogical approaches and civic instruction leaflets.")]
595 #[rand_construct(p=0.0001)]
596 Marshallese,
597
598 #[ai("A regional language used in Mauritian communities and local markets. Sometimes involved in neighborhood language circles and cultural storytelling sessions.")]
599 #[rand_construct(p=0.0005)]
600 MauritianCreole,
601
602 #[ai("The official language used in Nauruan government, education, and daily communication. Commonly referenced in teacher guidelines and local education reforms.")]
603 #[rand_construct(p=0.0001)]
604 Nauruan,
605
606 #[ai("An official language used in Ndebele-speaking South African government, education, and daily communication. Often featured in multi-language classroom policies and regional broadcast announcements.")]
607 #[rand_construct(p=0.0005)]
608 Ndebele,
609
610 #[ai("An indigenous language used in Nuer cultural traditions and daily life. Typically reinforced through family-based language maintenance and cultural dialogue forums.")]
611 #[rand_construct(p=0.0001)]
612 Nuer,
613
614 #[ai("The official language used in Palauan government, education, and daily communication. Sometimes included in bilingual textbook initiatives and administrative instructions.")]
615 #[rand_construct(p=0.0001)]
616 Palauan,
617
618 #[ai("A regional language used in Solomon Islands communities and local markets. Commonly utilized in inter-tribal communication efforts and simple educational leaflets.")]
619 #[rand_construct(p=0.0005)]
620 Pijin,
621
622 #[ai("An official language used in Romansh-speaking Swiss government, education, and daily communication. Periodically employed in cultural research projects and region-specific academic material.")]
623 #[rand_construct(p=0.0001)]
624 Romansh,
625
626 #[ai("The official language used in Central African government, education, and daily communication. Frequently integrated into national literacy strategies and civil documentation.")]
627 #[rand_construct(p=0.0001)]
628 Sango,
629
630 #[ai("The official language used in Seychellois government, education, and daily communication. Often present in bilingual classroom instruction and community-led educational drives.")]
631 #[rand_construct(p=0.0001)]
632 SeychelloisCreole,
633
634 #[ai("The official language used in Zimbabwean government, education, and daily communication. Regularly part of literacy advancement programs and regional language conferences.")]
635 #[rand_construct(p=0.002)]
636 Shona,
637
638 #[ai("An official language used in Swati-speaking government, education, and daily communication. Occasionally included in educational policy revisions and public reading campaigns.")]
639 #[rand_construct(p=0.0001)]
640 Swati,
641
642 #[ai("A regional language used in Taiwanese communities and local markets. Common in informal literacy initiatives and small group language practice sessions.")]
643 #[rand_construct(p=0.0005)]
644 TaiwaneseHokkien,
645
646 #[ai("The official language used in Timor-Leste government, education, and daily communication. Often applied in nationwide literacy projects and educational governance documents.")]
647 #[rand_construct(p=0.0005)]
648 Tetum,
649
650 #[ai("The official language used in Eritrean government, education, and daily communication. Commonly utilized in teacher training institutes and state-produced textbooks.")]
651 #[rand_construct(p=0.0005)]
652 Tigrinya,
653
654 #[ai("An official language used in Papua New Guinean government, education, and daily communication. Frequently featured in public health literature and community lesson plans.")]
655 #[rand_construct(p=0.0001)]
656 TokPisin,
657
658 #[ai("The official language used in Tongan government, education, and daily communication. Often included in culturally aligned school materials and national reference guides.")]
659 #[rand_construct(p=0.0001)]
660 Tongan,
661
662 #[ai("An official language used in Tshiluba-speaking Congolese government, education, and daily communication. Regularly included in local educational standards and administrative formats.")]
663 #[rand_construct(p=0.0001)]
664 Tshiluba,
665
666 #[ai("The official language used in Tuvaluan government, education, and daily communication. Common in grassroots literacy efforts and foundational teaching resources.")]
667 #[rand_construct(p=0.0001)]
668 Tuvaluan,
669
670 #[ai("An indigenous language used in Mayan cultural traditions and daily life. Usually supported by seasonal language workshops and artisan documentation practices.")]
671 #[rand_construct(p=0.0005)]
672 VariousMayanIndigenous,
673
674 #[ai("An indigenous language used in Mexican indigenous cultural traditions and daily life. Often sustained by community language cooperatives and traditional mentorships.")]
675 #[rand_construct(p=0.0005)]
676 VariousMexicanIndigenous,
677
678 #[ai("A regional language used in Zambian communities and local markets. Occasionally employed in village educational groups and local language promotion campaigns.")]
679 #[rand_construct(p=0.0005)]
680 VariousBembaNyanjaLocal,
681
682 #[ai("A regional language used in Indian communities and local markets. Sometimes implemented in grassroots literacy clubs and informal language improvement sessions.")]
683 #[rand_construct(p=0.0005)]
684 VariousIndianLocal,
685
686 #[ai("A regional language used in Micronesian communities and local markets. Periodically included in island-level reading programs and small educational exchanges.")]
687 #[rand_construct(p=0.0005)]
688 VariousMicronesianLocal,
689
690 #[ai("A regional language used in Russian communities and local markets. Known to surface in local cultural fairs and community-based linguistic initiatives.")]
691 #[rand_construct(p=0.0005)]
692 VariousRussianLocal,
693
694 #[ai("A regional language used in South African communities and local markets. Sometimes applied in neighborhood education tasks and minimal-scale language classes.")]
695 #[rand_construct(p=0.0005)]
696 VariousSouthAfricanLocal,
697
698 #[ai("An official language used in South African government, education, and daily communication. Regularly part of local literacy campaigns and widely integrated into community schooling materials.")]
699 #[rand_construct(p=0.002)]
700 Xhosa,
701
702 #[ai("A regional language used in unknown communities and local markets. Potentially employed in limited-language skill-building activities and informal learning contexts.")]
703 #[rand_construct(p=0.0000001)]
704 Other(OtherLanguage),
705}
706
707impl Language {
708
709 pub fn other(x: impl ToString) -> Self {
710 Self::Other(OtherLanguage::new(x))
711 }
712}