• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

What is diff between PMString vs WideString?

Enthusiast ,
Jun 01, 2021 Jun 01, 2021

Copy link to clipboard

Copied

In SDK using types: PMString , WideString.

What is diff between PMString vs WideString?

When use PMString or WideString? 

TOPICS
SDK

Views

197

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Jun 01, 2021 Jun 01, 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

Votes

Translate

Translate
Engaged ,
Jun 01, 2021 Jun 01, 2021

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines