CultureInfo and Windows 10 apps

Hello, I used a code to show currency that works well on Android, Ios, WebGl but When I try to build Win10 universal apps (for Phones) then I have a missing function:

‘CultureInfo’ have no definition for ‘CreateSpecificCulture’

Why?

How to deal with?

This API is not available on this platform. You have two options

  • replace it by something that is available
  • use IL2CPP instead of .NET scripting backend

Ok I have modify my script. Thank you.