Dear Sirs,I have some a question about localization. My app requires kazakh 
language and as I have seen, 
inhttp://wixtoolset.org/documentation/manual/v3/wixui/wixui_localization.htmlthe
 UI is already localized in kazakh language.But when I build the application in 
kazakh language, there are many errors, that is it not compatible with codepage 
1251 mainly in ErrorProgressText. As I understand I should translate these 
strings and include them into WixUI_kk-KZ.wxl file?I have also encountered some 
could be bug? When I was searching for a solution I copied WixUI_en-US from 
source, into the WixUI_kk-KZ file in my solution. When testing it, this 
compiled even with codepage=1251 and culture set to kk-KZ. But when I replaced 
those strings with WixUI_kk-KZ from source it producesError 1 A string was 
provided with characters that are not available in the specified database code 
page '1251'. Either change these characters to ones that exist in the 
database's code page, or update the database's 
 code page by modifying one of the following attributes: Product/@Codepage, 
Module/@Codepage, Patch/@Codepage, PatchCreation/@Codepage, or 
WixLocalization/@Codepage. 
C:\src\wix39r2\src\ext\UIExtension\wixlib\ErrorProgressText.wxs 15 1 
MyProjectMight you have some resources where to point me for the problem, as 
only kazakh is producing errors, while russian and ukrainian work.Best 
Regards,Gasper Senk                                        
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to