Bugzilla – Bug 354133
Installation issue when changing localization back and forth - Packagemanager texts might appear in a different loc than the selected one
Last modified: 2008-01-18 15:49:16 UTC
After selecting a langauage, * Pkg::SetPackagesLocale (?) * Pkg::SetTextLocale need to be called. Maybe function-names are a bit different :)
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
*** Bug 354735 has been marked as a duplicate of this bug. ***