IconGrabber icon indicating copy to clipboard operation
IconGrabber copied to clipboard

IconGrabber don't find games if console is in jap/chinese/etc

Open PoloNX opened this issue 1 year ago • 1 comments

Hi, if the game name is in jap so the api request will be in jap.

No games will be found

I made a pr on libnx to choose the language of nacp to fix this : https://github.com/switchbrew/libnx/pull/616

PoloNX avatar Jun 19 '23 15:06 PoloNX

&nacp->lang[2] is the correct solution. However i think i made it so you can search for a custom title too? 🤔 AFAIK some game titles are different in different languages so i cant just force english for all of them.

Slluxx avatar Jun 20 '23 12:06 Slluxx