I’m trying to make arabic leaderboard using playfab , does it support Arabic language? I mean can i write the names and number in arabic ? I searched alot about this problem but there is no clear answer
Using arabic language in playfab to create leaderboard
70 Views Asked by Deema At
1
There are 1 best solutions below
Related Questions in UNITY-GAME-ENGINE
- How to use invokerepeating and make ui text fade in/out over time?
- Player input not working properly in unity
- Get block in Mesh Unity
- Does Unity render invisible material?
- Physics.OverlapSphere couldn't detect my ‘Player’
- Cannot sync non-player objects in Unity mirror
- How to script a simple collision using hands in OVRCameraRigInteraction?
- Drawing on 3D object at Unity
- How to Override Spline Rotation for Player-Controlled Car in Racing Game?
- Why doesn't my enemy shield take damage first. Instead both enemy and shield are being destroyed together
- unity + Vuforia balck screen in android AR app
- how do I change an objects tag when the game closes
- How to remove white space in a user's input through an input field in Unity?
- Timeline doesn't start eventhough it recognises the trigger input
- Ragdoll 2D Aiming
Related Questions in ARABIC
- pdf export from quickreport in Delphi for Arabic language
- Prevent insert of duplicate records in table that not have foreign key and have arabic values
- Issues with Arabic Text Direction and Encoding in PDF using mPDF with Laravel
- arabic letters with numpers python
- Installing package 'CamelParser' on IDE
- printing Arabic letters iText
- Arabic text in Excel sheets
- Text CSS Animation Arabic Language problem
- How can I run the "camel_parser" library?
- Export PDF with mPDF library
- Missing Arabic numbers when formatting date using IntlDateFormatter on PHP 8.2 and newest Alpine Linux 3.19
- Align table content to match Arabic contact
- Certain Text between square brackets in document.xml file does not render properly in its corresponding docx file
- How to decompose Arabic letter?
- Autohotkey: Paste/write a simple line of Arabic text with a keyboard shortcut?
Related Questions in LEADERBOARD
- Using Redis as a main database
- Saving 2 player values in a Roblox leaderboard
- how to increase leaderboard number on click event
- Can yall help me with my leaderboard script i cant add an score for the damage dealt
- How can I get the print_leaderboard() function to work properly and print the top 3 people on the leaderboard?
- Unity gaming services _LeaderBoard_I want to replace the player id with a player name that the player gonna write
- How can I Get more than 5 Documents from a Firestore query?
- Leaderboard architecture with multiple categories/filters
- Scalable Leaderboard architecture for fantasy games
- Why does my C# bubble sort implementation randomly insert blank statements in my leaderboard?
- Unity Game , Leaderboard is working in Debug Mode but Not working in release build
- Unreal Engine 5.1.1 Not writing to IOS Apple Game Center Leaderboards anymore
- User Rank from sorted set using dense ranking method
- VB.net: What is wrong with code for reading from a file and adding the items to a list
- Leaderboard in unity with playfab
Related Questions in PLAYFAB
- PlayFab SDK Unreal Source Build, plugin doesn´t want to install
- How to request both displayname and location under single GetLeaderboardRequest on PLAYFAB
- Using arabic language in playfab to create leaderboard
- How Can I convert PlayFab's UserDataRecord to String array
- Issues with playfab leaderboard
- cannot convert type T to PlayFabResult<T>
- How to enable a player's prefab for everyone in the game?
- How can I create a playfab leaderboard for a local 2 player game using login details?
- How do I create a playfab leaderboard and send player stats to it using to their playfab ID?
- There is some method for prevent multi-device login on Playfab?
- My PlayFab reset email API POST request seems not to have a payload
- send POST ResetPassword API request using php to PlayFab
- php script generating new pw to PlayFab
- PUN 2 and Playfab multiplayer joining issue when more that 2 players play the game
- Character selection and uploading characters to the scene with photon pun2
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I don't know much about Arabic, but the name of the leaderboard is the name of the statistic and it is of type string. Displayed in the ranking is the player's display name, which supports a string type of 3 to 25 characters. The value in the leaderboard is the value in the statistics, which supports int32 type.