CANLI
Ana Sayfa🇹🇷 Türkiye🌍 Dünya📈 Ekonomi⚽ Spor💻 Teknoloji🎭 Magazin
Ana SayfaDünyaDescendants of Choctaw code talkers gath
🌍 Dünya

Descendants of Choctaw code talkers gather in Fort Worth for historical marker unveiling

AP News World·🕐 1 sa önce·👁 0 görüntülenme
Descendants of Choctaw code talkers gather in Fort Worth for historical marker unveiling
Nuchi Nashoba is the president of the Choctaw Code Talkers Association and great granddaughter of Choctaw Code Talker Ben Carterby. Nashoba said it was a full-circle moment to see the code talkers honored for their time at Camp Bowie in Fort Worth. (Christine Vo/Fort Worth Report via AP) 2026-04-03T17:36:46Z Nuchi Nashoba grew up looking at a photograph of her great-grandfather Ben Carterby inside her grandmother’s Oklahoma home. But, she didn’t know much about the man in the frame other than that he was a World War I veteran. It wasn’t until 1989 — when Nashoba was in her late 20s — that she learned a deep secret about her ancestor. Carterby was one of the Choctaw code talkers — a group of 19 Native American soldiers who used their language to transmit encrypted messages to the Allies during campaigns in northern France. The soldiers were sworn to secrecy and hid details of their service from families for decades. Over the past 20 years, Nashoba has led advocacy efforts to spotlight the group’s hidden legacy as president of the Choctaw Code Talkers Association. Now, the soldiers’ contributions are recognized in Fort Worth through a new plaque at the city’s Veterans Memorial Park. The Choctaw Code Talker Historical Marker was unveiled during an April 1 ceremony hosted by the Oklahoma tribe, the Texas Historical Commission and the city’s parks and recreation department. Several descendants of the Native soldiers attended. “Seeing the marker really brings me a lot of joy,” Nashoba said. “This is what preserves the history for generations to come.” Choctaw code talkers’ ties to Fort Worth Members of the Choctaw code talkers were men who volunteered to fight for the U.S. in World War I at a time when Native Americans were not recognized as citizens. Indigenous communities wouldn’t receive citizenship until 1924. While in the battlefields in France, some of these men were overheard speaking their Choctaw language and were trained to use their words as “code.” They were placed on front lines and command posts so that messages could be transmitted to headquarters. The soldiers shared words like “tanampo chito” for artillery and “tvshka” for warriors, according to the historical marker. The Germans famously failed to decipher these Choctaw transmissions within 24 hours throughout the war. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i The Choctaw group is widely considered to be the first Native American code talkers to serve in the U.S. military. Their work paved the way for the Navajo code talkers during World War II. “Their story is a testament to the resilience and patriotism of the Choctaw Nation,” Col. Brent Kemp, commander of the 56th Infantry Brigade Combat Team of the National Guard, said at the unveiling. “Their ingenuity and bravery reminds us of the power of cultural heritage and the importance of preserving Indigenous languages.” The Native American soldiers were in the 36th Infantry Division at Camp Bowie, a westside training site for more than 100,000 soldiers during World War I. Council member Macy Hill, who represents Camp Bowie, said it was only fitting for Fort Worth to honor the legacy of the code talkers since they walked on the site’s grounds. “This is where the Choctaw code talkers were initially trained and where they will forever be remembered,” she said. Descendants carry the torch As Ta’Na Alexander — the great-great-granddaughter of Carterby — watched the marker’s unveiling in Fort Worth, she couldn’t help but feel proud that her family’s history is slowly spreading across the U.S. “It’s pretty monumental to realize that more people are starting to recognize the significant part of these men who were sworn to secrecy,” said Alexander, who is Nashoba’s daughter. “This marker connects the past to the future.” She credits her mother’s leadership for widespread education about the work of Native soldiers. Last May, the Choctaw Code Talkers Association led the charge to place a bronze sculpture honoring the group at the Choctaw Cultural Center in southern Oklahoma. The artwork depicts three soldiers in the middle of battle. The organization also advocated for 23 Oklahoma bridges to be renamed after the code talkers and other Native veterans. The Fort Worth marker was the group’s first venture into Texas, Nashoba said. The group is exploring other statewide recognitions, she added. For now, Alexander invites Fort Worth residents to stroll through the memorial park to learn that her ancestors’ stories aren’t just about being Native. They’re about what it means to be American, she said. “You might not be Native or Choctaw, but what we do share in common is that we have the right to vote,” she said. “We have a voice. We have a freedom that exists here that doesn’t exist anywhere else.” ___ The Fort Worth Report’s arts and culture coverage is supported in part by the Meta Alice Keith Bratten Foundation and the Virginia Hobbs Charitable Trust. At the Report, news decisions are made independently of our board members and financial supporters. Read more about our editorial independence policy here. ___ This story was originally published by Fort Worth Report and distributed through a partnership with The Associated Press.

Nuchi Nashoba is the president of the Choctaw Code Talkers Association and great granddaughter of Choctaw Code Talker Ben Carterby. Nashoba said it was a full-circle moment to see the code talkers honored for their time at Camp Bowie in Fort Worth. (Christine Vo/Fort Worth Report via AP)City council member Macy Hill, left, Chief Gary Batton of the Choctaw Nation of Oklahoma, center, and Nuchi Nashoba, president of the Choctaw Code Talkers Association, unveil the Choctaw Code Talkers historical marker on April 1, 20206 at Fort Worth’s Veterans Memorial Park in Texas. (Christine Vo/Fort Worth Report via AP)Selah Smith, member of the Choctaw tribe, left, and Nancy Benton Smith, member of Choctaw and Cherokee, pray after the unveiling of the Choctaw Code Talkers historical marker on April 1, 2026 at Fort Worth’s Veterans Memorial Park in Texas. (Christine Vo/Fort Worth Report)Nuchi Nashoba is the president of the Choctaw Code Talkers Association and great granddaughter of Choctaw Code Talker Ben Carterby. Nashoba said it was a full-circle moment to see the code talkers honored for their time at Camp Bowie in Fort Worth. (Christine Vo/Fort Worth Report via AP)City council member Macy Hill, left, Chief Gary Batton of the Choctaw Nation of Oklahoma, center, and Nuchi Nashoba, president of the Choctaw Code Talkers Association, unveil the Choctaw Code Talkers historical marker on April 1, 20206 at Fort Worth’s Veterans Memorial Park in Texas. (Christine Vo/Fort Worth Report via AP)Selah Smith, member of the Choctaw tribe, left, and Nancy Benton Smith, member of Choctaw and Cherokee, pray after the unveiling of the Choctaw Code Talkers historical marker on April 1, 2026 at Fort Worth’s Veterans Memorial Park in Texas. (Christine Vo/Fort Worth Report) Nuchi Nashoba grew up looking at a photograph of her great-grandfather Ben Carterby inside her grandmother’s Oklahoma home. But, she didn’t know much about the man in the frame other than that he was a World War I veteran. It wasn’t until 1989 — when Nashoba was in her late 20s — that she learned a deep secret about her ancestor. Carterby was one of the Choctaw code talkers — a group of 19 Native American soldiers who used their language to transmit encrypted messages to the Allies during campaigns in northern France. The soldiers were sworn to secrecy and hid details of their service from families for decades. Over the past 20 years, Nashoba has led advocacy efforts to spotlight the group’s hidden legacy as president of the Choctaw Code Talkers Association. Now, the soldiers’ contributions are recognized in Fort Worth through a new plaque at the city’s Veterans Memorial Park. The Choctaw Code Talker Historical Marker was unveiled during an April 1 ceremony hosted by the Oklahoma tribe, the Texas Historical Commission and the city’s parks and recreation department. Several descendants of the Native soldiers attended. “Seeing the marker really brings me a lot of joy,” Nashoba said. “This is what preserves the history for generations to come.” Members of the Choctaw code talkers were men who volunteered to fight for the U.S. in World War I at a time when Native Americans were not recognized as citizens. Indigenous communities wouldn’t receive citizenship until 1924. While in the battlefields in France, some of these men were overheard speaking their Choctaw language and were trained to use their words as “code.” They were placed on front lines and command posts so that messages could be transmitted to headquarters. The soldiers shared words like “tanampo chito” for artillery and “tvshka” for warriors, according to the historical marker. The Germans famously failed to decipher these Choctaw transmissions within 24 hours throughout the war. The Choctaw group is widely considered to be the first Native American code talkers to serve in the U.S. military. Their work paved the way for the Navajo code talkers during World War II. “Their story is a testament to the resilience and patriotism of the Choctaw Nation,” Col. Brent Kemp, commander of the 56th Infantry Brigade Combat Team of the National Guard, said at the unveiling. “Their ingenuity and bravery reminds us of the power of cultural heritage and the importance of preserving Indigenous languages.”The Native American soldiers were in the 36th Infantry Division at Camp Bowie, a westside training site for more than 100,000 soldiers during World War I.Council member Macy Hill, who represents Camp Bowie, said it was only fitting for Fort Worth to honor the legacy of the code talkers since they walked on the site’s grounds. “This is where the Choctaw code talkers were initially trained and where they will forever be remembered,” she said. As Ta’Na Alexander — the great-great-granddaughter of Carterby — watched the marker’s unveiling in Fort Worth, she couldn’t help but feel proud that her family’s history is slowly spreading across the U.S. “It’s pretty monumental to realize that more people are starting to recognize the significant part of these men who were sworn to secrecy,” said Alexander, who is Nashoba’s daughter. “This marker connects the past to the future.” She credits her mother’s leadership for widespread education about the work of Native soldiers.Last May, the Choctaw Code Talkers Association led the charge to place a bronze sculpture honoring the group at the Choctaw Cultural Center in southern Oklahoma. The artwork depicts three soldiers in the middle of battle. The organization also advocated for 23 Oklahoma bridges to be renamed after the code talkers and other Native veterans.The Fort Worth marker was the group’s first venture into Texas, Nashoba said. The group is exploring other statewide recognitions, she added.For now, Alexander invites Fort Worth residents to stroll through the memorial park to learn that her ancestors’ stories aren’t just about being Native. They’re about what it means to be American, she said. “You might not be Native or Choctaw, but what we do share in common is that we have the right to vote,” she said. “We have a voice. We have a freedom that exists here that doesn’t exist anywhere else.”___The Fort Worth Report’s arts and culture coverage is supported in part by the Meta Alice Keith Bratten Foundation and the Virginia Hobbs Charitable Trust. At the Report, news decisions are made independently of our board members and financial supporters. Read more about our editorial independence policy here.___This story was originally published by Fort Worth Report and distributed through a partnership with The Associated Press.

Kaynak: AP News WorldOrijinal Habere Git →
İlgili Haberler