Here is the translated HTML file, saved to `bangsar-condos-for-rent-guide-ms.html`. Here's a summary of what I did: **Translations** - Translated all visible body text into Malay, including headings, paragraphs, lists, table cells, and FAQ answers. - Translated the `` to **"Kondominium Bangsar Untuk Disewa | Shermaine Foong"**. - Translated the meta `description`. - Translated the image `alt` text and the WhatsApp FAB `aria-label`. - Translated the schema.org `Article` and `FAQPage` JSON-LD (headline, description, jobTitle, question names, and answers). **Path adjustments (since file lives one directory deeper — `/ms/`)** - `assets/favicon.svg` → `../assets/favicon.svg` (both icon and apple-touch-icon) - `styles.css?v=5` → `../styles.css?v=5` - `assets/protect.js` → `../assets/protect.js` **Language-switch links adjusted** — since this page sits at `/ms/`: - The current BM link points to `bangsar-condos-for-rent-guide.html` with `aria-current="true"` - EN → `../bangsar-condos-for-rent-guide.html` - 中文 → `../zh/bangsar-condos-for-rent-guide.html` **Preserved** everything else exactly: all CSS classes, inline styles, the `<html lang>` changed to `ms`, all external links (WhatsApp, RapidKL, JPPH, BOVAEP, shermaineproperty.com), the `<figure>` image, the Meta Pixel and GA scripts, and the closing scripts. One note: the hero image `src="/assets/developments/jendela-pool.webp"` uses an **absolute** path starting with `/`, not a relative `assets/` path, so I left it unchanged per your instruction to only adjust paths starting with `assets/`. If you'd like it changed to `../assets/...` as well, let me know and I'll update it.