Skip to main content
daitranthanhoa
Inspiring
June 2, 2021
Answered

What is diff between PMString vs WideString?

  • June 2, 2021
  • 1 reply
  • 313 views

In SDK using types: PMString , WideString.

What is diff between PMString vs WideString?

When use PMString or WideString? 

This topic has been closed for replies.
Correct answer Olivier Beltrami

As per the SDK documentation:

/*
PMString is used for strings that show in the UI. Given a key then calling
Translate will lookup the translation for the key for the current UI locale.
This class should not be used for strings that are not in the UI. Please use
WideString for strings that do not need to be translated.
*/

Very best regards,

Olivier

1 reply

Olivier Beltrami
Olivier BeltramiCorrect answer
Legend
June 2, 2021

As per the SDK documentation:

/*
PMString is used for strings that show in the UI. Given a key then calling
Translate will lookup the translation for the key for the current UI locale.
This class should not be used for strings that are not in the UI. Please use
WideString for strings that do not need to be translated.
*/

Very best regards,

Olivier