Click here to Skip to main content
15,892,480 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

Currently am generating a Excel xml report in English . My requirement is to apply globalisation to the report i.e by based on Country the report should be generated in coressponding language .
How to implement the resource file concept for Excel xml .

Environment : Dot Net Framework 4.0 C#

Thanks in advance.
Posted
Comments
Maciej Los 25-Feb-14 17:59pm    
Any details? What you mean by "should be generated in corresponding language"? Do you want to translate text or use numeric formats for selected Country?
Vinodh.B 27-Feb-14 6:08am    
Suppose user from Japan is generating a report means the report should be in Japan and user from Germany means German Langauage . I need to translate text .

1 solution

It's not possible to generate Excel file in user's language, unless you'll provide translation functionality.

Have a look here: Excel.International property[^]. It returns information about the current country/region and international settings, for example: about Brackets and Brace, Currency, Date and Time format (etc.), but does not enable translation.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900