resourcemanager french fr_FR not working

634
4
Jump to solution
01-12-2012 05:43 AM
DebbieAlger
New Contributor III
Me again on languages issues.

I now want to see the default French show on the page but I get errors when trying to use French ie.
-locale en_US,fr_FR

error ->   "unable to open 'locale/fr_FR'"

this folder exists on the sdk/frameworks folder.
After this,  I should be golden!

thanks
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
DasaPaddock
Esri Regular Contributor
Use:

-locale=en_US,fr_FR

View solution in original post

0 Kudos
4 Replies
DasaPaddock
Esri Regular Contributor
Are you creating your own bundle too or just trying to switch between the locales on the SDK bundles?

If you're creating your own, does it also exist in your projects own locale/fr_FR folder?
0 Kudos
DebbieAlger
New Contributor III
yes, I am creating my own, and it does exist on my project folder. It only has 1 value so far for testing.. it is named fr_FR
# french
test=French Test

my english file has this
# english
test=Test

If I set the compile line to just -locale en_US
then when I switch back and forth, the english label will show up, but when I switch to French, the label disappears, which makes sense

but when I change my compile line to -locale en_US,fr_FR

then I get the "unable to open 'local/en_US,fr_FR'

I think this is sooooo close to working
0 Kudos
DasaPaddock
Esri Regular Contributor
Use:

-locale=en_US,fr_FR
0 Kudos
DebbieAlger
New Contributor III
Dasa,

You are a Genius!!! That picked up my French translations. I am worried tho that it didn't pick up the standard French for the rest of the GUI,
such as "I want to" and "More" options, I thot everything that I don't do would have changed. But, I will work on that later.

Thanks so much, you can take the weekend off now, I am Golden!
0 Kudos