The Prince & Me 2: The Royal Wedding

Cast (43)

  • Luke Mably

    Luke Mably

    Prince Edvard

  • Kam Heskin

    Kam Heskin

    Paige Morgan

  • Maryam d'Abo

    Maryam d'Abo

    Queen Rosalind

  • Clemency Burton-Hill

    Clemency Burton-Hill

    Princess Kirsten

  • Jonathan Firth

    Jonathan Firth

    Soren

  • Joshua Rubin

    Joshua Rubin

    Henrick

  • Jim Holt

    Jim Holt

    Prince Albert

  • David Fellowes

    David Fellowes

    King Haarald

  • Daniel Cerny

    Daniel Cerny

    Jake

  • David Fisher

    David Fisher

    Doctor

  • Mirek Hrabe

    Mirek Hrabe

    Prince Vladimir

  • Paulina Němcová

    Paulina Němcová

    Princess Gabrielle

  • Lana Likic

    Lana Likic

    Princess Carmilla

  • Dan Brown

    Dan Brown

    Bishop

  • Andrea Miltner

    Andrea Miltner

    Birgitta

  • Zdeněk Maryška

    Zdeněk Maryška

    Mr. Christianson

  • Gil Kazimirov

    Gil Kazimirov

    Lars

  • Jeff Smith

    Jeff Smith

    Waiter

  • Richard Rowlands

    Richard Rowlands

    Interviewer

  • Mike Katinsky

    Mike Katinsky

    Host

  • Magdalena Manville

    Magdalena Manville

    Paparazzi #1

  • Ryan James

    Ryan James

    Paparazzi #2

  • Michael J. Gaeta

    Michael J. Gaeta

    Reporter #1

  • Emil Linka

    Emil Linka

    Reporter #2

  • Klara Low

    Klara Low

    Reporter #3

  • Noelle Trkulja

    Noelle Trkulja

    Reporter #4

  • Ashley Elizabeth Barrett

    Ashley Elizabeth Barrett

    Waitress

  • Steve Fisher

    Steve Fisher

    Parliamentary Chairperson

  • Anezka Novak

    Anezka Novak

    Chairwoman

  • Jiří Stanislav

    Jiří Stanislav

    Attorney

  • Ludmila Kartousková

    Ludmila Kartousková

    Fainting Lady

  • Ellen Savaria

    Ellen Savaria

    Anchorwoman

  • Jiří Laštovka

    Jiří Laštovka

    Erik

  • Pamela Russell

    Pamela Russell

    Paige's Mom

  • Grant Elliott

    Grant Elliott

    Paige's Dad

  • Gary Alexander

    Gary Alexander

    Maestro Elestroni

  • Zuzana Ščerbová

    Zuzana Ščerbová

    Law Student

  • Boris Hildeck

    Boris Hildeck

    Law Student

  • Cowboy Elliott

    Cowboy Elliott

    Baby

  • Gregory Morton

    Gregory Morton

    Baby's Grandfather

  • Lubomir Janci

    Lubomir Janci

    The Bishop's Assistant

  • Darren Richardson

    Darren Richardson

    (voice)

  • Jiří Zeman

    Jiří Zeman

    Fainting Lady's Son

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Prince & Me 2: The Royal Wedding

Cast (43)

  • Luke Mably

    Luke Mably

    Prince Edvard

  • Kam Heskin

    Kam Heskin

    Paige Morgan

  • Maryam d'Abo

    Maryam d'Abo

    Queen Rosalind

  • Clemency Burton-Hill

    Clemency Burton-Hill

    Princess Kirsten

  • Jonathan Firth

    Jonathan Firth

    Soren

  • Joshua Rubin

    Joshua Rubin

    Henrick

  • Jim Holt

    Jim Holt

    Prince Albert

  • David Fellowes

    David Fellowes

    King Haarald

  • Daniel Cerny

    Daniel Cerny

    Jake

  • David Fisher

    David Fisher

    Doctor

  • Mirek Hrabe

    Mirek Hrabe

    Prince Vladimir

  • Paulina Němcová

    Paulina Němcová

    Princess Gabrielle

  • Lana Likic

    Lana Likic

    Princess Carmilla

  • Dan Brown

    Dan Brown

    Bishop

  • Andrea Miltner

    Andrea Miltner

    Birgitta

  • Zdeněk Maryška

    Zdeněk Maryška

    Mr. Christianson

  • Gil Kazimirov

    Gil Kazimirov

    Lars

  • Jeff Smith

    Jeff Smith

    Waiter

  • Richard Rowlands

    Richard Rowlands

    Interviewer

  • Mike Katinsky

    Mike Katinsky

    Host

  • Magdalena Manville

    Magdalena Manville

    Paparazzi #1

  • Ryan James

    Ryan James

    Paparazzi #2

  • Michael J. Gaeta

    Michael J. Gaeta

    Reporter #1

  • Emil Linka

    Emil Linka

    Reporter #2

  • Klara Low

    Klara Low

    Reporter #3

  • Noelle Trkulja

    Noelle Trkulja

    Reporter #4

  • Ashley Elizabeth Barrett

    Ashley Elizabeth Barrett

    Waitress

  • Steve Fisher

    Steve Fisher

    Parliamentary Chairperson

  • Anezka Novak

    Anezka Novak

    Chairwoman

  • Jiří Stanislav

    Jiří Stanislav

    Attorney

  • Ludmila Kartousková

    Ludmila Kartousková

    Fainting Lady

  • Ellen Savaria

    Ellen Savaria

    Anchorwoman

  • Jiří Laštovka

    Jiří Laštovka

    Erik

  • Pamela Russell

    Pamela Russell

    Paige's Mom

  • Grant Elliott

    Grant Elliott

    Paige's Dad

  • Gary Alexander

    Gary Alexander

    Maestro Elestroni

  • Zuzana Ščerbová

    Zuzana Ščerbová

    Law Student

  • Boris Hildeck

    Boris Hildeck

    Law Student

  • Cowboy Elliott

    Cowboy Elliott

    Baby

  • Gregory Morton

    Gregory Morton

    Baby's Grandfather

  • Lubomir Janci

    Lubomir Janci

    The Bishop's Assistant

  • Darren Richardson

    Darren Richardson

    (voice)

  • Jiří Zeman

    Jiří Zeman

    Fainting Lady's Son

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Prince & Me 2: The Royal Wedding

Cast (43)

  • Luke Mably

    Luke Mably

    Prince Edvard

  • Kam Heskin

    Kam Heskin

    Paige Morgan

  • Maryam d'Abo

    Maryam d'Abo

    Queen Rosalind

  • Clemency Burton-Hill

    Clemency Burton-Hill

    Princess Kirsten

  • Jonathan Firth

    Jonathan Firth

    Soren

  • Joshua Rubin

    Joshua Rubin

    Henrick

  • Jim Holt

    Jim Holt

    Prince Albert

  • David Fellowes

    David Fellowes

    King Haarald

  • Daniel Cerny

    Daniel Cerny

    Jake

  • David Fisher

    David Fisher

    Doctor

  • Mirek Hrabe

    Mirek Hrabe

    Prince Vladimir

  • Paulina Němcová

    Paulina Němcová

    Princess Gabrielle

  • Lana Likic

    Lana Likic

    Princess Carmilla

  • Dan Brown

    Dan Brown

    Bishop

  • Andrea Miltner

    Andrea Miltner

    Birgitta

  • Zdeněk Maryška

    Zdeněk Maryška

    Mr. Christianson

  • Gil Kazimirov

    Gil Kazimirov

    Lars

  • Jeff Smith

    Jeff Smith

    Waiter

  • Richard Rowlands

    Richard Rowlands

    Interviewer

  • Mike Katinsky

    Mike Katinsky

    Host

  • Magdalena Manville

    Magdalena Manville

    Paparazzi #1

  • Ryan James

    Ryan James

    Paparazzi #2

  • Michael J. Gaeta

    Michael J. Gaeta

    Reporter #1

  • Emil Linka

    Emil Linka

    Reporter #2

  • Klara Low

    Klara Low

    Reporter #3

  • Noelle Trkulja

    Noelle Trkulja

    Reporter #4

  • Ashley Elizabeth Barrett

    Ashley Elizabeth Barrett

    Waitress

  • Steve Fisher

    Steve Fisher

    Parliamentary Chairperson

  • Anezka Novak

    Anezka Novak

    Chairwoman

  • Jiří Stanislav

    Jiří Stanislav

    Attorney

  • Ludmila Kartousková

    Ludmila Kartousková

    Fainting Lady

  • Ellen Savaria

    Ellen Savaria

    Anchorwoman

  • Jiří Laštovka

    Jiří Laštovka

    Erik

  • Pamela Russell

    Pamela Russell

    Paige's Mom

  • Grant Elliott

    Grant Elliott

    Paige's Dad

  • Gary Alexander

    Gary Alexander

    Maestro Elestroni

  • Zuzana Ščerbová

    Zuzana Ščerbová

    Law Student

  • Boris Hildeck

    Boris Hildeck

    Law Student

  • Cowboy Elliott

    Cowboy Elliott

    Baby

  • Gregory Morton

    Gregory Morton

    Baby's Grandfather

  • Lubomir Janci

    Lubomir Janci

    The Bishop's Assistant

  • Darren Richardson

    Darren Richardson

    (voice)

  • Jiří Zeman

    Jiří Zeman

    Fainting Lady's Son

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Prince & Me 2: The Royal Wedding

Cast (43)

  • Luke Mably

    Luke Mably

    Prince Edvard

  • Kam Heskin

    Kam Heskin

    Paige Morgan

  • Maryam d'Abo

    Maryam d'Abo

    Queen Rosalind

  • Clemency Burton-Hill

    Clemency Burton-Hill

    Princess Kirsten

  • Jonathan Firth

    Jonathan Firth

    Soren

  • Joshua Rubin

    Joshua Rubin

    Henrick

  • Jim Holt

    Jim Holt

    Prince Albert

  • David Fellowes

    David Fellowes

    King Haarald

  • Daniel Cerny

    Daniel Cerny

    Jake

  • David Fisher

    David Fisher

    Doctor

  • Mirek Hrabe

    Mirek Hrabe

    Prince Vladimir

  • Paulina Němcová

    Paulina Němcová

    Princess Gabrielle

  • Lana Likic

    Lana Likic

    Princess Carmilla

  • Dan Brown

    Dan Brown

    Bishop

  • Andrea Miltner

    Andrea Miltner

    Birgitta

  • Zdeněk Maryška

    Zdeněk Maryška

    Mr. Christianson

  • Gil Kazimirov

    Gil Kazimirov

    Lars

  • Jeff Smith

    Jeff Smith

    Waiter

  • Richard Rowlands

    Richard Rowlands

    Interviewer

  • Mike Katinsky

    Mike Katinsky

    Host

  • Magdalena Manville

    Magdalena Manville

    Paparazzi #1

  • Ryan James

    Ryan James

    Paparazzi #2

  • Michael J. Gaeta

    Michael J. Gaeta

    Reporter #1

  • Emil Linka

    Emil Linka

    Reporter #2

  • Klara Low

    Klara Low

    Reporter #3

  • Noelle Trkulja

    Noelle Trkulja

    Reporter #4

  • Ashley Elizabeth Barrett

    Ashley Elizabeth Barrett

    Waitress

  • Steve Fisher

    Steve Fisher

    Parliamentary Chairperson

  • Anezka Novak

    Anezka Novak

    Chairwoman

  • Jiří Stanislav

    Jiří Stanislav

    Attorney

  • Ludmila Kartousková

    Ludmila Kartousková

    Fainting Lady

  • Ellen Savaria

    Ellen Savaria

    Anchorwoman

  • Jiří Laštovka

    Jiří Laštovka

    Erik

  • Pamela Russell

    Pamela Russell

    Paige's Mom

  • Grant Elliott

    Grant Elliott

    Paige's Dad

  • Gary Alexander

    Gary Alexander

    Maestro Elestroni

  • Zuzana Ščerbová

    Zuzana Ščerbová

    Law Student

  • Boris Hildeck

    Boris Hildeck

    Law Student

  • Cowboy Elliott

    Cowboy Elliott

    Baby

  • Gregory Morton

    Gregory Morton

    Baby's Grandfather

  • Lubomir Janci

    Lubomir Janci

    The Bishop's Assistant

  • Darren Richardson

    Darren Richardson

    (voice)

  • Jiří Zeman

    Jiří Zeman

    Fainting Lady's Son

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Prince & Me 2: The Royal Wedding

Cast (43)

  • Luke Mably

    Luke Mably

    Prince Edvard

  • Kam Heskin

    Kam Heskin

    Paige Morgan

  • Maryam d'Abo

    Maryam d'Abo

    Queen Rosalind

  • Clemency Burton-Hill

    Clemency Burton-Hill

    Princess Kirsten

  • Jonathan Firth

    Jonathan Firth

    Soren

  • Joshua Rubin

    Joshua Rubin

    Henrick

  • Jim Holt

    Jim Holt

    Prince Albert

  • David Fellowes

    David Fellowes

    King Haarald

  • Daniel Cerny

    Daniel Cerny

    Jake

  • David Fisher

    David Fisher

    Doctor

  • Mirek Hrabe

    Mirek Hrabe

    Prince Vladimir

  • Paulina Němcová

    Paulina Němcová

    Princess Gabrielle

  • Lana Likic

    Lana Likic

    Princess Carmilla

  • Dan Brown

    Dan Brown

    Bishop

  • Andrea Miltner

    Andrea Miltner

    Birgitta

  • Zdeněk Maryška

    Zdeněk Maryška

    Mr. Christianson

  • Gil Kazimirov

    Gil Kazimirov

    Lars

  • Jeff Smith

    Jeff Smith

    Waiter

  • Richard Rowlands

    Richard Rowlands

    Interviewer

  • Mike Katinsky

    Mike Katinsky

    Host

  • Magdalena Manville

    Magdalena Manville

    Paparazzi #1

  • Ryan James

    Ryan James

    Paparazzi #2

  • Michael J. Gaeta

    Michael J. Gaeta

    Reporter #1

  • Emil Linka

    Emil Linka

    Reporter #2

  • Klara Low

    Klara Low

    Reporter #3

  • Noelle Trkulja

    Noelle Trkulja

    Reporter #4

  • Ashley Elizabeth Barrett

    Ashley Elizabeth Barrett

    Waitress

  • Steve Fisher

    Steve Fisher

    Parliamentary Chairperson

  • Anezka Novak

    Anezka Novak

    Chairwoman

  • Jiří Stanislav

    Jiří Stanislav

    Attorney

  • Ludmila Kartousková

    Ludmila Kartousková

    Fainting Lady

  • Ellen Savaria

    Ellen Savaria

    Anchorwoman

  • Jiří Laštovka

    Jiří Laštovka

    Erik

  • Pamela Russell

    Pamela Russell

    Paige's Mom

  • Grant Elliott

    Grant Elliott

    Paige's Dad

  • Gary Alexander

    Gary Alexander

    Maestro Elestroni

  • Zuzana Ščerbová

    Zuzana Ščerbová

    Law Student

  • Boris Hildeck

    Boris Hildeck

    Law Student

  • Cowboy Elliott

    Cowboy Elliott

    Baby

  • Gregory Morton

    Gregory Morton

    Baby's Grandfather

  • Lubomir Janci

    Lubomir Janci

    The Bishop's Assistant

  • Darren Richardson

    Darren Richardson

    (voice)

  • Jiří Zeman

    Jiří Zeman

    Fainting Lady's Son

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Prince & Me 2: The Royal Wedding

Cast (43)

  • Luke Mably

    Luke Mably

    Prince Edvard

  • Kam Heskin

    Kam Heskin

    Paige Morgan

  • Maryam d'Abo

    Maryam d'Abo

    Queen Rosalind

  • Clemency Burton-Hill

    Clemency Burton-Hill

    Princess Kirsten

  • Jonathan Firth

    Jonathan Firth

    Soren

  • Joshua Rubin

    Joshua Rubin

    Henrick

  • Jim Holt

    Jim Holt

    Prince Albert

  • David Fellowes

    David Fellowes

    King Haarald

  • Daniel Cerny

    Daniel Cerny

    Jake

  • David Fisher

    David Fisher

    Doctor

  • Mirek Hrabe

    Mirek Hrabe

    Prince Vladimir

  • Paulina Němcová

    Paulina Němcová

    Princess Gabrielle

  • Lana Likic

    Lana Likic

    Princess Carmilla

  • Dan Brown

    Dan Brown

    Bishop

  • Andrea Miltner

    Andrea Miltner

    Birgitta

  • Zdeněk Maryška

    Zdeněk Maryška

    Mr. Christianson

  • Gil Kazimirov

    Gil Kazimirov

    Lars

  • Jeff Smith

    Jeff Smith

    Waiter

  • Richard Rowlands

    Richard Rowlands

    Interviewer

  • Mike Katinsky

    Mike Katinsky

    Host

  • Magdalena Manville

    Magdalena Manville

    Paparazzi #1

  • Ryan James

    Ryan James

    Paparazzi #2

  • Michael J. Gaeta

    Michael J. Gaeta

    Reporter #1

  • Emil Linka

    Emil Linka

    Reporter #2

  • Klara Low

    Klara Low

    Reporter #3

  • Noelle Trkulja

    Noelle Trkulja

    Reporter #4

  • Ashley Elizabeth Barrett

    Ashley Elizabeth Barrett

    Waitress

  • Steve Fisher

    Steve Fisher

    Parliamentary Chairperson

  • Anezka Novak

    Anezka Novak

    Chairwoman

  • Jiří Stanislav

    Jiří Stanislav

    Attorney

  • Ludmila Kartousková

    Ludmila Kartousková

    Fainting Lady

  • Ellen Savaria

    Ellen Savaria

    Anchorwoman

  • Jiří Laštovka

    Jiří Laštovka

    Erik

  • Pamela Russell

    Pamela Russell

    Paige's Mom

  • Grant Elliott

    Grant Elliott

    Paige's Dad

  • Gary Alexander

    Gary Alexander

    Maestro Elestroni

  • Zuzana Ščerbová

    Zuzana Ščerbová

    Law Student

  • Boris Hildeck

    Boris Hildeck

    Law Student

  • Cowboy Elliott

    Cowboy Elliott

    Baby

  • Gregory Morton

    Gregory Morton

    Baby's Grandfather

  • Lubomir Janci

    Lubomir Janci

    The Bishop's Assistant

  • Darren Richardson

    Darren Richardson

    (voice)

  • Jiří Zeman

    Jiří Zeman

    Fainting Lady's Son

session_start(); require_once 'includes/config.php'; require_once 'includes/functions.php'; require_once 'includes/tmdb_api.php'; $movie_id = (int)($_GET['id'] ?? 0); if (!$movie_id) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } $tmdb = new TMDB_API(); $movie = $tmdb->getMovieDetails($movie_id); if (!$movie) { header('HTTP/1.0 404 Not Found'); include '404.php'; exit; } // Group crew by department $crew_by_department = []; foreach ($movie['credits']['crew'] as $crew_member) { $department = $crew_member['department']; if (!isset($crew_by_department[$department])) { $crew_by_department[$department] = []; } $crew_by_department[$department][] = $crew_member; } ksort($crew_by_department); // Sort departments alphabetically $pageTitle = 'Cast & Crew for ' . htmlspecialchars($movie['title']); $pageDescription = 'Full cast and crew list for the movie ' . htmlspecialchars($movie['title']) . '.'; $pageImage = getImageUrl($movie['poster_path'], 'w500'); include 'includes/header.php'; ?>
The Prince & Me 2: The Royal Wedding

Cast (43)

  • Luke Mably

    Luke Mably

    Prince Edvard

  • Kam Heskin

    Kam Heskin

    Paige Morgan

  • Maryam d'Abo

    Maryam d'Abo

    Queen Rosalind

  • Clemency Burton-Hill

    Clemency Burton-Hill

    Princess Kirsten

  • Jonathan Firth

    Jonathan Firth

    Soren

  • Joshua Rubin

    Joshua Rubin

    Henrick

  • Jim Holt

    Jim Holt

    Prince Albert

  • David Fellowes

    David Fellowes

    King Haarald

  • Daniel Cerny

    Daniel Cerny

    Jake

  • David Fisher

    David Fisher

    Doctor

  • Mirek Hrabe

    Mirek Hrabe

    Prince Vladimir

  • Paulina Němcová

    Paulina Němcová

    Princess Gabrielle

  • Lana Likic

    Lana Likic

    Princess Carmilla

  • Dan Brown

    Dan Brown

    Bishop

  • Andrea Miltner

    Andrea Miltner

    Birgitta

  • Zdeněk Maryška

    Zdeněk Maryška

    Mr. Christianson

  • Gil Kazimirov

    Gil Kazimirov

    Lars

  • Jeff Smith

    Jeff Smith

    Waiter

  • Richard Rowlands

    Richard Rowlands

    Interviewer

  • Mike Katinsky

    Mike Katinsky

    Host

  • Magdalena Manville

    Magdalena Manville

    Paparazzi #1

  • Ryan James

    Ryan James

    Paparazzi #2

  • Michael J. Gaeta

    Michael J. Gaeta

    Reporter #1

  • Emil Linka

    Emil Linka

    Reporter #2

  • Klara Low

    Klara Low

    Reporter #3

  • Noelle Trkulja

    Noelle Trkulja

    Reporter #4

  • Ashley Elizabeth Barrett

    Ashley Elizabeth Barrett

    Waitress

  • Steve Fisher

    Steve Fisher

    Parliamentary Chairperson

  • Anezka Novak

    Anezka Novak

    Chairwoman

  • Jiří Stanislav

    Jiří Stanislav

    Attorney

  • Ludmila Kartousková

    Ludmila Kartousková

    Fainting Lady

  • Ellen Savaria

    Ellen Savaria

    Anchorwoman

  • Jiří Laštovka

    Jiří Laštovka

    Erik

  • Pamela Russell

    Pamela Russell

    Paige's Mom

  • Grant Elliott

    Grant Elliott

    Paige's Dad

  • Gary Alexander

    Gary Alexander

    Maestro Elestroni

  • Zuzana Ščerbová

    Zuzana Ščerbová

    Law Student

  • Boris Hildeck

    Boris Hildeck

    Law Student

  • Cowboy Elliott

    Cowboy Elliott

    Baby

  • Gregory Morton

    Gregory Morton

    Baby's Grandfather

  • Lubomir Janci

    Lubomir Janci

    The Bishop's Assistant

  • Darren Richardson

    Darren Richardson

    (voice)

  • Jiří Zeman

    Jiří Zeman

    Fainting Lady's Son