ADVERTISEMENT

Celebrating our shared voice

Published Aug 19, 2026 12:05 am  |  Updated Aug 18, 2026 05:15 pm
THE VIEW FROM RIZAL
Today, we join the rest of the Nation in marking the birth anniversary of President Manuel L. Quezon.
There are many ways to honor the Man whom many credit with standing at the forefront of the country’s bid for independence. Today, we will honor him as the Father of the National Language, for his vision of a united Filipino people speaking with one voice.
It is fitting that we also celebrate Buwan ng Wikang Pambansa, or National Language Month, throughout August in his honor. This is a time when we honor Filipino, our national language, and reflect on the power of words to unite a nation of many tongues, cultures, and dreams.
In 1935, the Philippine Constitution mandated the development of a national language based on one of the existing native languages. On Dec. 30, 1937, President Quezon issued Executive Order No. 134, proclaiming Tagalog as the basis of the national language. He understood that a common tongue was essential for a people striving for independence and unity.
The original Linggo ng Wika, or National Language Week, was later observed around his birthday.
In 1997, President Fidel V. Ramos expanded the celebration through Proclamation No. 1041, declaring the entire month of August as Buwan ng Wikang Pambansa.
Today, the Komisyon sa Wikang Filipino leads nationwide efforts to promote Filipino while also recognizing the richness of our more than 180 other languages and dialects.
Experts in linguistics, education, and nation-building have long emphasized why a national language matters. According to them, a shared language serves as a powerful bridge across regions and cultures. It allows Filipinos from Luzon, Visayas, and Mindanao to communicate, collaborate, and understand one another more easily.
National Artist and former Komisyon sa Wikang Filipino Chair Virgilio S. Almario has repeatedly stressed that the national language is not meant to erase local languages but to create a common space where all can participate in national life.
Educators and scholars note that a national language strengthens education, governance, media, and literature. It gives us a medium to express our collective identity, tell our stories, and shape our future on our own terms.
International scholars strongly affirm this view.
Benedict Anderson, in his influential work “Imagined Communities,” argued that a shared language is essential in forming a nation’s sense of collective identity. Sociolinguist Joshua A. Fishman also emphasized that language is deeply intertwined with cultural identity and plays a vital role in nation-building and social cohesion.
Does having a national language still matter today? Our view is yes. In an age of globalization and rapid digital communication, Filipino remains a living symbol of our sovereignty and cultural confidence. It allows us to conduct official business, educate our children, produce films, music, and literature that reflect the Filipino experience, and engage with one another as equals.
It is important to note that Filipino is no longer just Tagalog.
As Chairman Almario has emphasized, it is a living and dynamic language that continues to evolve by absorbing words, concepts, and expressions from other Philippine languages and dialects, making it more inclusive and truly national. The unifying power of a national language is more important than ever, especially in times when our nation is often divided by politics, ideology, and competing interests.
A shared language helps us rise above differences and remember that we are one people with a common destiny. Filipino is also a beautiful language.
Chairman Almario has often highlighted its richness, expressiveness, and capacity for poetry and deep emotion. Linguists and cultural scholars note its melodic quality, relational vocabulary, and ability to convey respect, affection, and complex feelings with warmth and precision, making it both elegant and deeply human.
Let us use this month to celebrate our linguistic heritage with pride and purpose.
Let us speak Filipino with pride and confidence. Let us encourage our children to master both Filipino and English while also valuing their mother tongues. Let us support local writers, artists, and educators who enrich our language. Let us encourage our children to participate in school and community activities that highlight the beauty and power of words.
Buwan ng Wikang Pambansa is more than a calendar event.
It reminds us that language is a living force—one that shapes thought, builds community, and strengthens the bonds of nationhood.
As we celebrate this August, may we commit ourselves to using our national language not only as a tool of communication but as an instrument of unity, understanding, and progress.
In every word we speak and every story we share, we affirm that we are one people, bound by a common voice and a shared destiny.
(The author is a Doctor of Medicine, an entrepreneur and the mayor of Antipolo City, former Rizal governor, and DENR assistant secretary, LLDA general manager. Email: [email protected])

Related Tags

Mayor Jun Ynares THE VIEW FROM RIZAL
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.