Jump to content

This topic is 8556 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hello,

a question for user of Foreign language FMP (in fact, mine is in

French).

I use the MONTHNAME() function (NOMMOIS() in French) and get the result in

English dispite my version is French.

Anybody has an idea how to get the correct response ?

THX

Y. Savonet

Posted

We actually face the same problem with the german version.

You could change it by creating two calculated fields. You extract the name of the month into the first one and translate it with a formula

(Case (month (date)= "January" , "Janvier", month (date) = "February" , "Fevrier",...).

Then you fill the other calculated field by using the day and the year from the original field and using the name of the month from your newly created calculated field. Hope it will work.

Matthias

This topic is 8556 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.