Bug 354133

Summary: Installation issue when changing localization back and forth - Packagemanager texts might appear in a different loc than the selected one
Product: [openSUSE] openSUSE 11.0 Reporter: Lukas Ocilka <locilka>
Component: InstallationAssignee: Lukas Ocilka <locilka>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: lslezak, tcech
Version: Alpha 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Lukas Ocilka 2008-01-16 13:09:51 UTC
After selecting a langauage,
  * Pkg::SetPackagesLocale (?)
  * Pkg::SetTextLocale
need to be called.

Maybe function-names are a bit different :)
Comment 1 Lukas Ocilka 2008-01-16 14:50:44 UTC
Index: inst_complex_welcome.ycp
===================================================================
--- inst_complex_welcome.ycp    (revision 43665)
+++ inst_complex_welcome.ycp    (working copy)
@@ -404,6 +404,10 @@
                return `again;
            }
 
+           // Bugzilla #354133
+           Pkg::SetPackageLocale (language);
+           Pkg::SetTextLocale (language);
+
            if (ret == `next)
            {
                // Language has been set already.


yast2-installation-2.16.10
Comment 2 Ladislav Slezák 2008-01-18 15:49:16 UTC
*** Bug 354735 has been marked as a duplicate of this bug. ***