To localize worksheet function names, the culture-specific satellite assemblies are required. The DevExpress .NET Products Installer delivers satellite assemblies for German, Spanish, Japan and Russian languages. To obtain satellite assemblies localized for French culture, use the DevExpress Localization Service.
Once the French translation set is obtained, extract the DevExpress.Spreadsheet.vX.Y.Core.resources.dll assembly and add it to the fr folder created in your project. Specify "Copy to Output Directory" to "Copy Always" for that file.
Add the code that sets the FunctionNameCulture to Local and specify the "fr-FR" culture using the SpreadsheetControlOptions.Culture property.
Run the project.
All function names in the worksheet and in the Formulas tab of the Ribbon UI are in French.
Once the French translation set is obtained, extract the DevExpress.Spreadsheet.vX.Y.Core.resources.dll assembly and add it to the fr folder created in your project. Specify "Copy to Output Directory" to "Copy Always" for that file.
Add the code that sets the FunctionNameCulture to Local and specify the "fr-FR" culture using the SpreadsheetControlOptions.Culture property.
Run the project.
All function names in the worksheet and in the Formulas tab of the Ribbon UI are in French.