Issue 119460 - Date labels on Pivot Tables are not localizable
Summary: Date labels on Pivot Tables are not localizable
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: 3.4.0
Hardware: PC All
: P3 Normal (vote)
Target Milestone: 4.0.0
Assignee: Ariel Constenla-Haile
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-28 11:36 UTC by rgb
Modified: 2022-10-28 12:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description rgb 2012-05-28 11:36:30 UTC
For grouped pivot tables data labels show on English for all localizations (for example, on ES locale you get "Year" instead of "Año") because the code do not use translated strings: 

http://opengrok.adfinis-sygroup.org/source/xref/aoo-AOO34/main/sc/source/core/data/dpdimsave.cxx#560
Comment 1 Ariel Constenla-Haile 2012-05-28 13:19:28 UTC
Fixed in Revision 1343237

Basically, I followed the advice in ScDPDimensionSaveData::CreateDateGroupDimName
(sc/source/core/data/dpdimsave.cxx):

//! use translated strings from globstr.src
Comment 2 Ariel Constenla-Haile 2013-07-21 10:42:46 UTC
Fixed in 4.0