WSA-Community / WSAGAScript

Scripts to install Google Apps into a WSA image. Plus optional root
The Unlicense
3.57k stars 3.52k forks source link

How to change the WSA language? #37

Closed blueveryday closed 2 years ago

blueveryday commented 2 years ago

This WSA-google work very well. but the windows subsystem for android language is English UI. I want to change the language to other one . So how can I do ? Thank you .

rakion99 commented 2 years ago

which UI? this one? image image that one microsoft needs to add more language support but since is "beta" it will take time i guess

blueveryday commented 2 years ago

settings UI

rakion99 commented 2 years ago

this settings? image

2021-10-25_01-40-10

blueveryday commented 2 years ago

Sir , your first image. this settings UI for WSA. no for android system.

https://user-images.githubusercontent.com/1360084/138644630-1ec0d153-3f2e-4a1d-9b6c-cbe0062232a7.png

rakion99 commented 2 years ago

probably when Microsoft add more languages for it since even if i change windows language is still on english

blueveryday commented 2 years ago

probably when Microsoft add more languages for it since even if i change windows language is still on english

I check the MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_neutral___8wekyb3d8bbwe.Msixbundle I guess that we had to mod the language file.

rakion99 commented 2 years ago

probably when Microsoft add more languages for it since even if i change windows language is still on english

I check the MicrosoftCorporationII.WindowsSubsystemForAndroid_1.7.32815.0_neutral___8wekyb3d8bbwe.Msixbundle I guess that we had to mod the language file.

indeed, these seem to be the extra languages but idk how to mess with them sadly image

blueveryday commented 2 years ago

yes there are many language files in the folder. How to mod it ? and add local language into the install dir.

rakion99 commented 2 years ago

we need someone that know how this stuff works, i only know that in resources.pri is the language strings and such but i dont know how to register the extra language package or edit resources.pri, so time to wait 🌵

vanthoi commented 2 years ago

we need someone that know how this stuff works, i only know that in resources.pri is the language strings and such but i dont know how to register the extra language package or edit resources.pri, so time to wait 🌵

This language pack is only a language pack under the Windows system. It is a language pack for the Settings of windows subsystem for android. It's not an Android language pack. You can install a launcher for example Nova. Then go to Settings and add more languages and drag them to the top. But every reboot has to reset.

blueveryday commented 2 years ago

Yes , We need a language pack for the Settings of windows subsystem for android. no for android system.

nunofaria007 commented 2 years ago

we need someone that know how this stuff works, i only know that in resources.pri is the language strings and such but i dont know how to register the extra language package or edit resources.pri, so time to wait 🌵

Try add-appxpackage < name of language msix >

hiprof commented 2 years ago

It's possible to install the langaugepacks by bundling the main package and the language expansions. But the appxmanifest are written in a way create-appx interprets them as wrong. That can be fixed by opening the packages in the msix packaging tool.

blueveryday commented 2 years ago

It's possible to install the langaugepacks by bundling the main package and the language expansions. But the appxmanifest are written in a way create-appx interprets them as wrong. That can be fixed by opening the packages in the msix packaging tool.

yes,we can put the language file into the msix