PROC OLAP uses the UDT
statement information, along with DIMENSION statement options, to
read your alternate locale data sets and create locale-specific metadata
for use at query time. Query results are returned in the language
of the requested locale. The Multiple Language Support feature is
available only for cubes that are loaded from a star schema. The alternate
locale data set names consist of a prefix, which indicates the member,
and a suffix, which indicates the language. The UDT statement supplies
the suffix. The DIMTABLEMEMPREF= option in the DIMENSION statement
specifies the member prefix. For example, if the member prefix is
dealdim_
and the suffix is
pl_PL
, then PROC OLAP looks for a data set named
dealdim_pl_PL.sas7bdat
in the library that is specified by the DIMTABLELIBREF= option.
The default locale is
the first locale specified in the UDT statement. Data sets in the
default locale do not use the suffix that is defined by the UDT statement.