How to create localized resource files from excel? In UWP

124 Views Asked by At

Let's say I have an excel file with String Labels in one column and different language content in different columns ( one column for each language).

Is there any efficient way to generate the resw files for different languages?

I had earlier written a script myself to generate the resw files but is there any automated way to generate the resource files In UWP ?

[A bit more context, I have been given a set of translated texts, I will have to create resw files for them each using them]

Thank you for reading.

1

There are 1 best solutions below

3
On BEST ANSWER

How to create localized resource files from excel? In UWP

Derive from this case reply and ResourceLoader api, the resource is read only that you could only edit it with Visual Studio.

Is there any efficient way to generate the resw files for different languages?

If you could generate a new resw file, for different languages you could use Multilingual App Toolkit to create.

enter image description here