Hi Nazir, One clarification on the info I sent out earlier: > > If you want to see the French localization right away, you > should add > > the following content: > > > > Localization.LanguageCode = FR > > Localization.CountryCode = FR > > > Once we've added Tunisia to the database, we suggest you use > the TN country code: > Localization.LanguageCode = FR > Localization.CountryCode = TN
It turns out the Java locale class doesn't support country code TN + language code FR, so you'll need to configure your system as: Localization.LanguageCode = FR Localization.CountryCode = FR Let us know if you have any questions-- or if you anticipate any issues because of this. Cheers, Emily. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
