# Multi-language website

**URL:** https://forum.kirupa.com/t/multi-language-website/244977
**Category:** flash
**Created:** [November 24, 2007, 5:20pm UTC](https://forum.kirupa.com/t/multi-language-website/244977 "2007-11-24T17:20:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![corvenus](https://avatars.discourse-cdn.com/v4/letter/c/3ab097/32.png) [@corvenus](https://forum.kirupa.com/u/corvenus)
#### Post date: [November 24, 2007, 5:20pm UTC](https://forum.kirupa.com/t/multi-language-website/244977/1 "2007-11-24T17:20:20Z")

</div>

Hi everyone,

I’m currently building a flash website (Flash 9, AS3.0) which will be bilingual (English and French). I’ll be using XML and txt files to store the text in both languages. I was wondering, what is the best way to store and use the user’s language choice? I was gonna use a global variable, but apparently these are out in AS3, and the [alternative way](http://greenethumb.com/article/11/global-variables-in-as3) doesn’t look like good practices, so i’m not sure what to do.

Here’s an [example](http://www.adobe.com/support/flash/languages/flashlocalization/)i found which has multiple languages, but in this example, I don’t find it practical to have to use different frames to load the different texts. So i’d be interested in suggestions for other approaches to try. If you know of other sample files i could base myself on i’d really appreciate.

Thanks!
