Articles in this section
Category / Section

How to change the language of OLAP Cube connected in Excel in .NET MVC OlapClient in .NET MVC OlapClient ?

1 min read
  1. On the Data tab in Excel: Select From Other Sources -> From Analysis Services.
  2. Enter the Server name and click Next.
  3. Select the OLAP Server database and Cube that you want to use and click Next.
  4. In the File Name, click Browse... -> Copy the path from the address bar, for example 'C:\Users\[username]\Documents\My Data Sources'. Click Save, Finish and OK.

 

 

  1. By using Windows Explorer, open the path copied from the address bar (as pointed in step 4) and locate the *.odc file in the directory. Then open this file in Notepad.

 

 

  1. At the end of the <odc:ConnectionString> node, you can findLocale Identifier=[code] 

<odc:ConnectionString>Provider=MSOLAP.4;Integrated Security=SSPI;Persist Security Info=True;Data Source=.;Initial Catalog=OLAP;Locale Identifier=1033</odc:ConnectionString>


 

  1. Edit, save and close the connection file.
  2. Open a new WorkBook in Excel.
  3. On the Data tab, click Existing Connections, locate the edited connection file and click Open. This connection uses the new Locale setting.

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied