Globalizaion

Hi,

How to use Globalization not Localization with Unreal Engine. I have read about a experiemental tool “Localization Dasboard” that helps translation from all existing text from C++ code and Blueprints.

But what I I want is a tool or API that translate Date formats, Currency, …, point precision from any Idiom. Ex: Boost.Locale: Introduction to C++ Standard Library localization support

Do Unreal Engine supports this feature or I need to build a Custom one ?

Kind Regards
Nelson

All of the functions exposed off FText perform internationalized formatting.

AsNumber
AsCurrency
AsPercent
AsDate
AsDateTime
AsTime
AsTimespan

I would start looking there and see if there is anything missing from your needs.